Elentari
05-03-2003, 03:09 PM
I'm making a ordered list that comes directly underneath a graphic but when you create an list it puts this space between the picture and the first item on the list that's just way too big...is there anyway I can make it smaller?
Xiphias
05-03-2003, 03:12 PM
No, and ordered list automatically does that spacing thing, sorry!
Elentari
05-03-2003, 03:44 PM
Figured as much. OH well thanks anyway.
try adding a bit of style to your starting OL tag...
<ol style="margin-top:0px;padding-top:0px;border-top:0px;">
<li> whatever here </li>
<li> whatever here </li>
</ol>
Xiphias
05-03-2003, 05:27 PM
Well, I tried what David says and it works fine! So do as the above post! I'd never even tried that before :stickout:
Elentari
05-03-2003, 05:39 PM
Sure does. =) Thanks to both of you.