Question:
Help on html's???!!! How to change the text color?
sweet50miles
2010-10-10 07:09:09 UTC
i have a tumlr blog and i don't know much about html. I have change some thing with my theme html..particularly the text color.

http://i866.photobucket.com/albums/ab229/mardz_alemios/tumblog.jpg

I want the text color too be more darker. I don't know what part of the theme html would I change.
please help

here's my tumlbr blog --> http://thingcalledhappiness.tumblr.com
Four answers:
GuyOnEarth
2010-10-10 09:17:33 UTC
Font tags are deprecated and no longer supported, though they might work. It would be better to change the color in the style sheet, for whatever section you want different. Since you have that stupid no right click script, I had to download the page and open it locally. It looks like they use meta tags to store font color variables, which is odd. This is what I found. If you change these hex values you'll change the color of your fonts.



















baronne
2016-11-04 04:22:41 UTC
You assign particular identification or classification to the table you prefer to alter. Please undergo in ideas that td is stubborn and would not "inherit" nicely (so some distance as CSS traits bypass). So, if that's only say your first row you prefer coloration maroon then you extremely ought to try this: CSS may well be: tr.first td { coloration: #c00; } and the html: table td stuff626726e6bd1215f36719a308a25b798 td more626726e6bd1215f36719a308a25b798 ... /tr tr td ... /tr table ...and prefer that CSS might needless to say bypass in the two an exterior CSS report referred to as up by utilising a
Joshua Cook
2010-10-10 07:18:58 UTC
To change a particular block of text color you use:

Block of text goes here

you replace the pounds with the color's number which you get from this website:

http://www.htmlgoodies.com/tutorials/colors/article.php/3478961



To make all your text the same color use



at the top of your html code and again replace the pounds with the color's number



Some websites allow you to just type the color name rather than the color's number like (blue rather than 0000FF) for example.
green meklar
2010-10-10 08:15:18 UTC
This text is red.

This text is green.

This text is gray.



...and so on like that.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...