angelbaby89993
09-01-2004, 11:23 PM
hey i want mai font in the tables to be the color pink #ff66ff but how do i do that thnx
|
View Full Version : font ;( angelbaby89993 09-01-2004, 11:23 PM hey i want mai font in the tables to be the color pink #ff66ff but how do i do that thnx JiNgLeBeLLz77 09-02-2004, 04:12 AM in the tables? do you mean the left side modules? the one that says blogrings, subscriptions etc on the left side? well if that's what you mean, then simply go into your look and feel, and where it says "left side modules" change the code in it :) angelbaby89993 09-03-2004, 12:57 AM no i mean on where people you have xanga put text mine is green ryt now but i want it pink here look at mia site www.xanga.com/angelbaby89993 the text that is green is the one i want to change to pink and i want to know how to do it thnx oincubusx 09-03-2004, 01:28 AM <style type="text/css"> .blogbody{ color:pink; } </style> put in custom header angelbaby89993 09-03-2004, 01:50 AM UMMM THAT doesnt work... JiNgLeBeLLz77 09-03-2004, 01:53 AM try this then =] <style type="text/css"> .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color: #ff66ff; letter-spacing:0px; text-align:justify; } </style> angelbaby89993 09-03-2004, 02:19 AM thnx it worked JiNgLeBeLLz77 09-03-2004, 02:54 AM you're welcome =] |