My Site: http://www.sowonderfulregplates4u.co.uk/accessories/
Basically i wan't to remove the bullet points from the information box but i can't seem to see this anywhere in the css.
My Site: http://www.sowonderfulregplates4u.co.uk/accessories/
Basically i wan't to remove the bullet points from the information box but i can't seem to see this anywhere in the css.
You won't see it because bullets are default behavior for a ul (unordered list).
To turn them off, change or add this:
.sideBoxContent ul li a {list-style-type: none;}
You can set the margin-left: here too if you want. To get uniform behavior between IE & Firefox, set padding-left: 0; and use margin-left for all adjustment.
Last edited by gjh42; 9 May 2007 at 10:42 AM.