Bullet Spacing

liunx

Guest
This is how I want it to look: <!-- m --><a class="postlink" href="http://www.bbelectrical.pwp.blueyonder.co.uk/bullet1.gif">http://www.bbelectrical.pwp.blueyonder. ... ullet1.gif</a><!-- m --><br />
<br />
However, the spacing between the bullets are bigger when previewed in Internet Explorer. Take a look: <!-- m --><a class="postlink" href="http://www.bbelectrical.pwp.blueyonder.co.uk/bullet2.gif">http://www.bbelectrical.pwp.blueyonder. ... ullet2.gif</a><!-- m --><br />
<br />
Any ideas?<!--content-->You can use CSS?!<br />
<br />
There is an awesome tutorial on lists on <!-- w --><a class="postlink" href="http://www.alistapart.com">www.alistapart.com</a><!-- w --> (<!-- m --><a class="postlink" href="http://www.alistapart.com/stories/taminglists/">http://www.alistapart.com/stories/taminglists/</a><!-- m -->)<!--content-->well how did you do the first one? code wise.<!--content--><ul><br />
<li><br />
<p align="justify"><font face="Verdana" size="2">Christmas Cards</font></p><br />
</li><br />
<li><br />
<p align="justify"><font face="Verdana" size="2">Christmas Carols</font></p><br />
</li><br />
<li><br />
<p align="justify"><font face="Verdana" size="2">Christmas Decorations</font></p><br />
</li><br />
<li><br />
<p align="justify"><font face="Verdana" size="2">Top Toys This Christmas!</font></p><br />
</li><br />
</ul><!--content-->if you take the <p> tags out it will make them closer together. the <p> tag is a block elemnet so it creates margins for itself.<!--content-->How can I make FrontPage automatically do it though? :/<!--content-->how? don't use frontpage. :P I don't use it so I cannot tell you. if FP automatically inserts <p> tags whne you do a list then there has to be a setting that is making it happen. just delete the tag and all is well.<!--content-->When you take out each <p> tag, don't forget to take out the closing </p> tag as well (just in case that wasn't obvious).<!--content-->in Frontpage highlight the area with the mouse then go to format -> paragraph and then make sure the spacing before and after lines is set to zero.<br />
<br />
i must stress however that i do not use frontpage, infact, i never have :P lol.<!--content-->Press Shift+enter when you want to do a line return<br />
<p> enters a new paragraph with a line in between<br />
<br />
if you push shift+enter it enters a <br> tag which is a break, it just goes to the next line.<!--content-->
 
Back
Top