ArtistsOfEtsy
New member
Yesterday I designed a new website layout in photoshop CS5, I sliced and optimized it for the web. I imported it into dreamweaver CS5 and I started to work on the CSS.
I need my entire page to be centered, so I set these settings for my body css information:
body {
background-color: #150a11;
text-align: center;
}
Now my problem is, when I'm in the design view of dreamweaver, my website is centered just like it's supposed to be. No problems. Now when I click "Live View", or I upload the site to my test server and load it in the browser, my layout is all the way to the left.
I've done web work for years, I've created many website layouts in photoshop and worked with dreamweaver. I've never had a problem like this before. It's absolutely driving me crazy and I'm almost certain that I'm overlooking some minor mistake.
Anyone ever have this problem, or may know whats causing this?
I need my entire page to be centered, so I set these settings for my body css information:
body {
background-color: #150a11;
text-align: center;
}
Now my problem is, when I'm in the design view of dreamweaver, my website is centered just like it's supposed to be. No problems. Now when I click "Live View", or I upload the site to my test server and load it in the browser, my layout is all the way to the left.
I've done web work for years, I've created many website layouts in photoshop and worked with dreamweaver. I've never had a problem like this before. It's absolutely driving me crazy and I'm almost certain that I'm overlooking some minor mistake.
Anyone ever have this problem, or may know whats causing this?