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.
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; }
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 & 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 "©" 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"