Page is a not externally linkable
CSS_Kidd - 7:05 pm on Jan 28, 2010 (gmt 0)
What are your export settings from Fireworks? Fireworks will not properly export CSS layers (the option to create divs instead of tables). Where are you entering text when the background becomes white? Is this in Fireworks or Dreamweaver? Again Fireworks is iffy when exporting to css. There is a Fireworks extension that gives you more options when converting your layers and text to html, but it still isn't all that great and is only fun to play with. Answer to your body center: Give the body tag (or container div) a specific width (other than 100%) then set the margins to 0 auto; /*CSS*/ body { or us a container div: #main-container { Hope that helps some...
Just a few questions:
width: 800px;
marging: 0 auto;
}
width: 800px;
marging: 0 auto;
}