How to change the font color for comments on my blogger through the HTML?

Dolce Vita

New member
okay. I have a blog and I cant see the comments because the font color is white. I use a special template for my blog but I can't seem to find the correct comment part in HTML to change it's font color. does anyone know how?
 
hmm... not really sure, but if you have acess to the source code

put text=*hex color* inside the <BODY> tag as a parameter

ie
<BODY text=#000000>
this text is black

</BODY>


that makes all text black unless otherwise specified

another route (this is handy if you're using a form that can interpret HTML) is to use the FONT tag


FONT COLOR=#000000> this is black text </FONT>

search google for more hex colors if you like
 
Back
Top