Hello my codecall people am having a problem with a css style sheet i layed out the font style, color and size but for some reason the only thing that is taking effect is the font size and font family the color not taking effect please let me know what am doing wrong..
Aparently the color has no effect on the headet title..Code:title_header {color: #A4A4A4; text-decoration: none; font-family: Arial, sans-serif; font-size: 25px; line-height: 29px; color: #A4A4A4; margin:0; padding:0;}
Last edited by Jaan; 11-14-2009 at 06:33 AM. Reason: Please use code tags when you are posting your codes !
maybe theres other classes/inline CSS for the nested elements that have color set to something else.
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
www.amrosama.com | the unholy methods of javascriptCode:eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
Try putting the hexidecimal code for the color in lowercase. I always write it that way and it works every time.
Life's too short to be cool. Be a nerd.
I assume some other code may have been written after your block of code that affects title_header. The latter code would have priority over the former code.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks