Problem With CSS (Link Issue)

Discussion in 'CSS' started by LindseyInteractive, Apr 21, 2011.

  1. #1
    Hello Guys,

    I am running the site www.basicbarbecue.com.

    And if you look in the right panel, you will see BBQ Chicken Recipes (And 3 Recipes "Links") under them.

    If you look at the top link (Grilled BBQ Chicken) I have taken the link off it, and you see the way it appears (Which is how I want it to appear), but when I link the other 2 they go to a default link appearance.

    I have tried several different things in order to keep all the links on the right panel there looking like the top recipe (unlinked) but I can't get it to work correctly.

    Can someone please take a look at this for me please and tell me what to do.

    Right Panel PHP Link = www.basicbarbecue.com/right-panel.php/
    CSS Link = http://www.basicbarbecue.com/css/style.css
     
    LindseyInteractive, Apr 21, 2011 IP
  2. c.hill93

    c.hill93 Member

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #2
    Change the flt class with the one below.

    .flt{
    float:left;
    color: inherit;
    text-decoration: none;
    }
     
    c.hill93, Apr 21, 2011 IP
  3. smanishairen

    smanishairen Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hello u just need to unlink your Recipe and try it i have tried it in my Mozilla browser and its working very well and even more if you have anymore problem please let me know.
     
    smanishairen, Apr 21, 2011 IP
  4. LindseyInteractive

    LindseyInteractive Well-Known Member

    Messages:
    2,830
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    175
    #4
    I have added that C.hill and it has not changed it.
     
    LindseyInteractive, Apr 21, 2011 IP
  5. c.hill93

    c.hill93 Member

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #5
    sorry my bad!

    .flt a{
    float:left;
    color: inherit;
    text-decoration: none;
    }

    is what I was meant to post! Try that
     
    c.hill93, Apr 21, 2011 IP
    SISMediaGroup likes this.
  6. LindseyInteractive

    LindseyInteractive Well-Known Member

    Messages:
    2,830
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    175
    #6
    That looks better :)

    Thanks alot.
     
    LindseyInteractive, Apr 21, 2011 IP
  7. c.hill93

    c.hill93 Member

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #7
    Not a problem!
     
    c.hill93, Apr 21, 2011 IP