How do I make Dreamweaver show my site in the actual design and not like it shows in this image ??? any help is appreciated!
1)It is very common if you want to use the css layout. Bcoz you are at the stage of general layout, you can view the actual design. 2)Pay attention to your css file, if it is missing or in the wrong relative path/location
yup, the CSS is not connected to the right directory <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> use this code before your body tag find your style.css and replace with it with yoru own path i could suggest u type your web site address into your browser and paste it in that href=" like yoursite.com/files/style.css