Quick & easy CSS help

Discussion in 'CSS' started by fotoviva, May 20, 2008.

  1. #1
    Can someone please point me in the right direction to stop my list of categories on the right hand sidebar on http://canvas-art-prints-uk.com from being narrow - some of the text is on two lines when it could easily stretch across the panel.

    Thanks :)
     
    fotoviva, May 20, 2008 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    See
    #widgets_home_a {    /*layout.css (line 1159)*/
    float:left;
    margin:0px;
    padding:0px;
    [color=red]width:150px;[/color]
    }
    Code (markup):
    You have html syntax errors. There's no excuse for invalid markup. Among the errors, where is the parent ul for the list?

    cheers,

    gary
     
    kk5st, May 20, 2008 IP
  3. fotoviva

    fotoviva Active Member

    Messages:
    265
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    60
    #3
    I have no idea - it's just a template I have used. It says among others that the height attribute is not allowed - wtf?

    Anyway, thanks for the width issue fix it worked a treat :)
     
    fotoviva, May 21, 2008 IP