ul tag

liunx

Guest
I am having trouble with tag <ul>. The tag produces a space between the above line and the indenting which I dont want<br />
<br />
<p>....<p><br />
[SPACE WHICH I DONT WANT]<br />
(bullet point)<br />
<br />
how do i remove the space<!--content-->Because of the type of an element the P (<!-- m --><a class="postlink" href="http://www.w3.org/TR/html401/struct/text.html#edef-P">http://www.w3.org/TR/html401/struct/text.html#edef-P</a><!-- m -->) element is, it automatically creates a new line (as if two <br> tags) every time it is opened or closed.<br />
<br />
Jona<!--content-->Well, now that Jona's given us the cause of the problem, here's the solution to the problem.<p style="margin-bottom: 0">paragraph</p><br />
<ul style="margin-top: 0"><br />
<li>list item</li><br />
</ul><!--content-->Originally posted by jeffmott <br />
Well, now that Jona's given us the cause of the problem... <br />
<br />
:D<br />
<br />
Jona<!--content-->;)<!--content-->
 
Back
Top