Jump to content

CSS Text Layout Question


cash415

Recommended Posts

Can someone help me with a text layout problem? I'll be using this for eBay, but I also tested it on Firefox and the layout looks weird too. So the problem that I have is the list isn't aligning properly within the black box. For some reason the text starts off from the right instead of left. <div style="float: left; width: 80px; height: 265px; margin: 6px 10px 10px; background-color:blue; padding: 10px;"><ul style="list-style:none; margin:auto; background-color: black; color:white;"><li>test</li><li>test</li></ul></div>Test HTML for eBayLet me know what you guys think.

Link to comment
Share on other sites

Let me know what you guys think.
I think you should validate your code before asking for comments. You have no document type declaration so there is nothing to compare against...therefore hundreds of perceived errors.The site looks ok but I am not yet sure what it is supposed to do.Guy
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...