Forum Moderators: not2easy

Message Too Old, No Replies

<li> bullet points don't display correctly

         

dollydaydream

11:42 am on Jul 17, 2009 (gmt 0)

10+ Year Member



I would be so grateful if someone could help me.
For some reason bullet points aren't displaying correctly on <li>

html here:
<snip>

thank you so much in advance for any suggestions.

[edited by: swa66 at 12:28 pm (utc) on July 17, 2009]
[edit reason] No URLs, please see ToS and forum charter [/edit]

vincevincevince

4:04 am on Jul 21, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The problem is almost certainly with your CSS; unfortunately I cannot see enough from your message to determine what the problem is.

Can you make a minimal test case? e.g.:

<style>
ul { margin:0; padding:10px }
</style>
<ul><li>test</li></ul>

The very minimum number of lines required to replicate the problem (e.g. delete everything from CSS and HTML apart from that which fixes the problem)

dollydaydream

8:11 am on Jul 21, 2009 (gmt 0)

10+ Year Member



Thanks for your help and suggestion.