Thread: CSS help please
View Single Post
03-30-2007, 04:44 PM
#2
jabberwocky is offline jabberwocky
jabberwocky's Avatar
Status: Member
Join date: Oct 2005
Location: Calgary, Alberta, Canada
Expertise:
Software:
 
Posts: 278
iTrader: 0 / 0%
 

jabberwocky is on a distinguished road

  Old

to remove the list bullets, and set margin use CSS

Code:
ul {list-style:none }
ul li {margin:0 0 0 5px;}
for the font, i think you will have to make an image or use sifr as i don't think that is a web font, is it?