Closed Thread
Results 1 to 4 of 4

Thread: CSS stylesheet problem

  1. #1
    MrBenjamin's Avatar
    MrBenjamin is offline Newbie
    Join Date
    Apr 2009
    Location
    United States
    Posts
    24
    Rep Power
    0

    Question CSS stylesheet problem

    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..
    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;}
    Aparently the color has no effect on the headet title..
    Last edited by Jaan; 11-14-2009 at 06:33 AM. Reason: Please use code tags when you are posting your codes !

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81

    Re: CSS stylesheet problem

    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"
    Code:
    eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
    www.amrosama.com | the unholy methods of javascript

  4. #3
    DarkLordoftheMonkeys's Avatar
    DarkLordoftheMonkeys is offline Programming Professional
    Join Date
    Oct 2009
    Location
    Massachussets
    Posts
    255
    Blog Entries
    56
    Rep Power
    11

    Re: CSS stylesheet problem

    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.

  5. #4
    njr1489's Avatar
    njr1489 is offline Learning Programmer
    Join Date
    Mar 2008
    Posts
    70
    Rep Power
    0

    Re: CSS stylesheet problem

    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.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. If problem or cout problem?
    By chaoticape in forum C and C++
    Replies: 4
    Last Post: 06-10-2011, 10:29 AM
  2. Including an External CSS Stylesheet in PHP
    By Hunter100 in forum PHP Development
    Replies: 2
    Last Post: 04-28-2011, 10:03 AM
  3. C: Problem with solving problem
    By rakche in forum C and C++
    Replies: 15
    Last Post: 03-28-2010, 01:24 PM
  4. Replies: 0
    Last Post: 04-26-2007, 05:33 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts