Great heads up to designers! I am one myself and I have to say that's sage advise.
PS. To get bullet points on your sidebar list items, see the following in your file "thegraphicmac/style.css":
.block .content ul , .block .content ul li { list-style: none; list-style-type: none; list-style-image: none; margin: 0; padding: 0; }
Bullet points are displayed by default, however in your stylesheet the aforementioned css kills them. To enable them, delete the following lines:
list-style: none; list-style-type: none; list-style-image: none;
They will then appear for you. You will however want to add padding to the li's or the bullet points will be off to the side. If you need any help with that feel free to contact me.
Thanks for the info.
Derek Webb
More information about formatting options
12 out of 10
Tue, 02/19/2008 - 04:02 — Derek (not verified)Great heads up to designers! I am one myself and I have to say that's sage advise.
PS. To get bullet points on your sidebar list items, see the following in your file "thegraphicmac/style.css":
.block .content ul ,
.block .content ul li {
list-style: none;
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
}
Bullet points are displayed by default, however in your stylesheet the aforementioned css kills them. To enable them, delete the following lines:
list-style: none;
list-style-type: none;
list-style-image: none;
They will then appear for you. You will however want to add padding to the li's or the bullet points will be off to the side. If you need any help with that feel free to contact me.
Thanks for the info.
Derek Webb