|
Posted by sorry.no.email on 05/05/06 14:41
Hi,
I have several short lists (about 10 to 20 lines each) that at the
moment are simply set up with <br /> tags.
Are there any advantages to changing these to unordered lists by
adding something like this to my CSS and applying a class:
.ul-nobullets {
list-style-type: none;
padding: 0;
margin: 0;
}
Certainly it appears more elegant with CSS and I suspect reflects
more accurately the nature of the list. Perhaps this is enough? Or
does it actually make no difference?
Thanks to all who help,
Andrew.
Navigation:
[Reply to this message]
|