|
|
|
skint
regular
Reg'd: Mon
Posts: 87
Loc: Brighton
|
|
I have this code on my site to display a list but does anyone know how to change the font family, size etc for each line without having it seperate... also put in a double line or 1.5 lines between each one?
<ul> <li>Village location</li> <li>Victorian character property</li> <li>Stylish interior</li> <li>Organic and local produce</li> <li>Home baked bread</li> <li>Cotton bed linen</li> <li>French & Spanish spoken</li> <li>Convenient for coast, Horsham and Gatwick airport</li> <li>Off-road parking</li> <li>Guest sitting room</li> <li>Nearby countryside walks and cycling</li> </ul>
Thanks
Skint
|
|
Dunx
regular
Reg'd: Tue
Posts: 142
|
|
Put this in your css file ...
ul { color: #000000; font:10px arial rounded mt bold,helvetica,sans-serif; list-style-type: none; }
... make appropriate changes for font type, colour and size. The last line will remove bullets, delete it if you don't want to do that.
All the best - Duncan
-------------------- bolitho
Under One Roof
|
|
|