Latest Lists

Please help me with CSS?

I'm building a website and I'm trying to make a multiple-row unordered list all in CSS, and i have gotten it to appear in my Dreamweaver "design view" to show up how i want it to look, but then when I publish it, it doesn't look like its supposed to. What things do I need to check over to make sure that my design view is the same thing that gets published?

Public Comments

  1. make sure when you upload it to the server, the .css file us uploaded as well. also, look at the code too, it will tell you where your styles are linked to. make sure that the css/image files are in the correct directory :D
  2. You could always link us, that would get an answer pretty quick.
  3. Ensure all your files are uploaded (.css too) to a root directory and not subfolders and that your link to the stylesheet is correct in the head section of your index.html file. Eg: <link rel="stylesheet" type="text/css" href="style.css" /> Hope this helps.
Powered by Yahoo! Answers