neonick5647
06-20-2004, 05:57 PM
How do you change the color of all the text on a page? Could someone please give me the code for it please? Thank You! :)
|
View Full Version : How do you change...... neonick5647 06-20-2004, 05:57 PM How do you change the color of all the text on a page? Could someone please give me the code for it please? Thank You! :) jennyjamestcg 06-20-2004, 06:02 PM I believe it has something to do with putting the code in the body tag. thats listed in html help of this site I think. :) Jenny neonick5647 06-20-2004, 06:11 PM do you know what page its on? jennyjamestcg 06-20-2004, 06:25 PM I think this is code... sorry Im not too sure myself. < font face="your font" size="your size #" color="#your color number">your text goes here </font > I could be completely wrong too. hee hee. it could be <body bg="bg here" font face="your font" > pb&j 06-20-2004, 07:23 PM put this in the HEAD area of your coding... <style type="text/css"> body {color:#000000;} </style> and change the color code to your desire. neonick5647 06-20-2004, 08:34 PM Thank you all so much! neonick5647 06-20-2004, 09:15 PM it worked! neonick5647 06-20-2004, 09:16 PM just testing out my new siggy Why-Not 06-20-2004, 09:18 PM you could of put <body Text="blue" face="font"> pb&j 06-21-2004, 05:47 AM you could of put <body Text="blue" face="font"> FACE is not a property of the BODY tag. areyousur3itsm3 06-22-2004, 03:28 PM hi im new..... :lolol: areyousur3itsm3 06-22-2004, 03:31 PM hey go to my xanga www.xanga.com/areyousur3itsm3 there sum codez and i had more but i deleted alot cause it loaded slowly...... ;_; |