D Dolce Vita New member Jan 25, 2010 #1 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?
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?
J JT Tech New member Jan 25, 2010 #2 Hello, Well you could try <font color="black"> This is blog comments here.</font> Hope this helps!
J JT Tech New member Jan 25, 2010 #3 Hello, Well you could try <font color="black"> This is blog comments here.</font> Hope this helps!
F Fakie M New member Jan 25, 2010 #4 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
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