Help with CSS Issue (Un ordered List) Listing CSS Problem

Discussion in 'CSS' started by LindseyInteractive, Oct 19, 2011.

  1. #1
    I am having an issue with my site, it looks like my designer didn't put in an UL or LI designn format for it.

    I have the site which is located here - http://www.sismediagroup.com/test/brand-awareness.php

    and the CSS file that is located here - http://www.sismediagroup.com/test/css/sis.css

    If you look on the Brand Awareness page, you can go toward the bottom and you will see this section (Logo Creation, Supporting Graphics, etc) this is the part that should be in the UL / LI, which I have listed there, but can't seem to get it right in the CSS, so if someone can help give me the proper CSS Code there, that would be awesome.
     
    LindseyInteractive, Oct 19, 2011 IP
  2. egmixer

    egmixer Active Member

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #2
    if Iam getting what you want right

    give the <ul> tag an Id for ex. <ul id="list">

    then put this code in css file
    ul#list li{
    list-style:disc inside !important;
    }


     
    Last edited: Oct 19, 2011
    egmixer, Oct 19, 2011 IP
  3. LindseyInteractive

    LindseyInteractive Well-Known Member

    Messages:
    2,830
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    175
    #3
    Sorry, that didn't work.
     
    LindseyInteractive, Oct 19, 2011 IP
  4. shortcircuit

    shortcircuit Peon

    Messages:
    52
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I'd correct these few code errors first and see if that helps - then we'll work on the CSS if it's still messed up:

    line 6 column 1 - Warning: <meta> element not empty or not closed
    line 142 column 46 - Warning: unescaped & which should be written as &amp;
    line 150 column 4 - Warning: <meta> isn't allowed in <div> elements
    line 148 column 4 - Info: <div> previously mentioned
    line 150 column 4 - Warning: <meta> element not empty or not closed
    line 298 column 13 - Warning: entity "&copy" doesn't end in ';'
    line 151 column 4 - Warning: <form> attribute value "POST" must be lower case for XHTML
    line 198 column 17 - Warning: <textarea> proprietary attribute "maxlength"
     
    shortcircuit, Oct 19, 2011 IP
  5. LindseyInteractive

    LindseyInteractive Well-Known Member

    Messages:
    2,830
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    175
    #5
    I have figured it out. Thanks anyways guys.
     
    LindseyInteractive, Oct 19, 2011 IP