|
|
 |
| 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.
|
 |

August 16th, 2004, 02:38 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2004
Location: Alhambra, ca, USA.
Posts: 245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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?
|

August 16th, 2004, 12:01 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Location: Camby, IN, USA.
Posts: 1,697
Thanks: 0
Thanked 1 Time in 1 Post
|
|
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
|

August 23rd, 2009, 11:13 PM
|
|
Registered User
|
|
Join Date: Aug 2009
Location: philippines
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hello!!
I could not clearly understand what is your problem..
kindly state your problem clearly..
tnx
|

August 24th, 2009, 03:41 AM
|
 |
Wrox Author
Points: 33,554, Level: 80 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,228
Thanks: 7
Thanked 203 Times in 201 Posts
|
|
Hi azaira022,
I doubt the OP is interested in a solution 5 years after date.... ;-)
Imar
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |