Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

list spacing

Status
Not open for further replies.

jld

Programmer
Joined
Feb 4, 2002
Messages
4
Location
US
I am creating an unordered list and would like to eliminate the blank line before and after the list. Is that possible?
 
Hi again,

if the lines are appearing on your browser then you should go into dreamweaver look in the source for <br> tags or <p></p> tags and remove them

ChouCh,
 
I appreciate your reply. I have found that if I remove the breaks, the previous paragraph includes itself in the bulleted list as if it were part of the list, when in fact it is not. Any other suggestions?
 
Post the code and we may be able to help Live long and make your kids suffer..
 
<div id=&quot;text&quot; style=&quot;position:absolute; left:29px; top:34px; width:345px; height:109px; z-index:3; visibility: visible&quot;>
<p><b><font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;>Let's first take
a look at the upper portion of this screen. Here you will find:</font></b></p>
<ul>
<li><b><font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;>Account Type</font></b></li>
<li><b><font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;>Account Number</font></b></li>
<li><b><font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;>Maturity &amp;
Interest information if possible</font></b></li>
<li><b><font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;>Balance information</font></b></li>
</ul>
</div>
<div id=&quot;prompt&quot; style=&quot;position:absolute; left:35px; top:186px; width:324px; height:22px; z-index:2; background-color: #FFCC66; layer-background-color: #FFCC66; border: 2px solid #000000; visibility: visible&quot;>
<table width=&quot;323&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; height=&quot;20&quot;>
<tr>
<td width=&quot;12&quot;>&nbsp;</td>
<td width=&quot;301&quot;><b><font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;>Click
NEXT to see more information concerning this screen, or select another
menu item.</font></b></td>
<td width=&quot;10&quot;>&nbsp;</td>
</tr>
</table>
</div>
<div id=&quot;demo&quot; style=&quot;position:absolute; left:41px; top:5px; width:309px; height:13px; z-index:1; visibility: visible&quot;>
<div align=&quot;center&quot;><b><font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;2&quot; color=&quot;#FFFFFF&quot;>Demo:
Account Details</font></b></div>
</div>
</div>
<map name=&quot;Map&quot;>
<area shape=&quot;rect&quot; coords=&quot;504,5,565,29&quot; href=&quot;IB03010.htm&quot;>
<area shape=&quot;rect&quot; coords=&quot;574,5,635,30&quot; href=&quot;IB03030.htm&quot;>
<area shape=&quot;rect&quot; coords=&quot;0,77,130,91&quot; href=&quot;IB03010.htm&quot;>
<area shape=&quot;rect&quot; coords=&quot;0,103,127,117&quot; href=&quot;IB04010.htm&quot;>
</map>
<div id=&quot;Layer1&quot; style=&quot;position:absolute; left:302px; top:4px; width:128px; height:41px; z-index:2&quot;><img src=&quot;images/demo.jpg&quot; width=&quot;134&quot; height=&quot;51&quot;></div>
</body>
</html>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top