p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > Wrox Announcements and Feedback > All Other Wrox Books
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
All Other Wrox Books Do you have a question about a Wrox book that isn't listed anywhere on p2p.wrox.com or where the forum is locked? Here's a forum to post questions about any other Wrox book so that other readers or one of the authors can help you with your questions. IF YOU ARE LOOKING FOR CODE DO NOT ASK "Where can I find the code for this book?" That question is answered here.

Welcome to the p2p.wrox.com Forums.

You are currently viewing the All Other Wrox Books section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old August 16th, 2004, 02:38 AM
Friend of Wrox
Points: 1,038, Level: 12
Points: 1,038, Level: 12 Points: 1,038, Level: 12 Points: 1,038, Level: 12
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2004
Location: Alhambra, ca, USA.
Posts: 245
Thanks: 0
Thanked 0 Times in 0 Posts
Default Easy Html CSS question

Hello
I can't figure out how to make that <p> gap into a <br>
I don't really understand how <p> interacts with[list]<li> tags.

I get a <p> gap between "The Application SIG will endeavor to provide the following to its members:" and the first list bullet.


Here is the Html code:

<div class="sigs"><p><b>:: Mission Statement ::</b><br>
    The Application SIG will endeavor to provide the following to its members:
  [list]

  <li>To develop and share “Best Methods and Practices” in developing applications</li>
<li>To assist group members in developing solutions to problems that arise
    in their development </li>
    <li>To provide a forum to exchange ideas and techniques</li>
    <li>Mentoring </li>
  </ul></p></div>

CSS:

.Sigs p
{
padding: .8em ;
margin: -5px 20px 5px 20px;
font-family: Verdana, Helvetica, sans-serif;
font-size: .7em;
color: darkblue !important;
border-bottom: none;
}
UL LI {
margin-top: -10px;
line-height: 17pt;
list-style-type: square !important;
font-family: verdana !important; color: darkblue !important;
font-size: .7em !important;
}

What am I doing wrong?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old August 16th, 2004, 12:01 PM
richard.york's Avatar
Wrox Author
Points: 5,386, Level: 31
Points: 5,386, Level: 31 Points: 5,386, Level: 31 Points: 5,386, Level: 31
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2003
Location: Camby, IN, USA.
Posts: 1,697
Thanks: 0
Thanked 1 Time in 1 Post
Default

Some browsers apply default margin and some apply default padding to[list] elements (not <li> elements).

Regards,
Rich

--
[http://www.smilingsouls.net]
[http://pear.php.net/Mail_IMAP] A PHP/C-Client/PEAR solution for webmail
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old August 23rd, 2009, 11:13 PM
Registered User
Points: 31, Level: 1
Points: 31, Level: 1 Points: 31, Level: 1 Points: 31, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Aug 2009
Location: philippines
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hello!!

I could not clearly understand what is your problem..
kindly state your problem clearly..
tnx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #4 (permalink)  
Old August 24th, 2009, 03:41 AM
Imar's Avatar
Wrox Author
Points: 33,554, Level: 80
Points: 33,554, Level: 80 Points: 33,554, Level: 80 Points: 33,554, Level: 80
Activity: 100%
Activity: 100% Activity: 100% Activity: 100%
 
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,228
Thanks: 7
Thanked 203 Times in 201 Posts
Default

Hi azaira022,

I doubt the OP is interested in a solution 5 years after date.... ;-)

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of Beginning ASP.NET 3.5 : in C# and VB, ASP.NET 2.0 Instant Results and Dreamweaver MX 2004

Did this post help you? Click the button to show your appreciation!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
hopefully an easy question davehodges Access 1 November 7th, 2007 06:36 AM
Easy Question hexOffender Beginning PHP 2 July 12th, 2006 06:03 AM
Easy Question yikomaka Visual C++ 0 June 13th, 2005 09:50 PM
Easy Html with Aspx question bekim ASP.NET 1.1 6 August 19th, 2004 05:11 AM
easy question khautinh C# 4 August 6th, 2003 02:17 PM



All times are GMT -4. The time now is 11:51 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc