Jump to content

Font color in cache description


Mudfrog

Recommended Posts

I don't know much about html but i was able to figure out how to change font color in our cache page descriptions. Those pages are a few years old and i see now that something has changed to where the font only displays in black now. Is there a way to get those font colors to once again display in cache page descriptions?

 

Thanks in advance for any help!

 

p.s. here's one example of how i originally, and successfully at the time, changed font size and colors.

 

<center><strong style="font-size: 120%; color: red;">Happy</strong>

<strong style="font-size: 120%; color: green;">Holidays</strong>

<strong style=

"font-size: 120%; color: red;">Everyone!</strong><br />

<strong style="font-size: 100%; color: green;">,,, oh, and goodluck

finding this "Easy One"!</strong></center>

Link to comment

in my experience it's best not to use CSS for formatting in cache descriptions. i'm sure there's ways to do it and make it work right (and somebody else will probably tell you how), but i prefer using simple HTML for simple formatting, as there's less potential for problems.

 

for example:

 

<font color="red">red text</font>

<b>bold text</b>

<font size="+2">larger text</font>

 

mix and match and combine.

Link to comment

in my experience it's best not to use CSS for formatting in cache descriptions. i'm sure there's ways to do it and make it work right (and somebody else will probably tell you how), but i prefer using simple HTML for simple formatting, as there's less potential for problems.

 

for example:

 

<font color="red">red text</font>

<b>bold text</b>

<font size="+2">larger text</font>

 

mix and match and combine.

 

Thanks dfx, Those that you posted did the trick.

Link to comment
Guest
This topic is now closed to further replies.
×
×
  • Create New...