Eww....Dreamweaver!!!
CSS is the shizzle. Sooooooooooooooooooooooooooo much easier, even including the tweakage required for multi browser conherancy.
Wrap all the elements within the body take in a div and apply the following styles to the div:
margin-left:auto;
margin-right:auto;
just looked at that macromates.com
is there a design mode?
it does the same as dreamweaver but just has short cuts etc..?
Fair enough, I thought you couldn't do it on the body as it would go full screen regardless. I'll give it a try on the next site!Wrap all the elements within the body take in a div and apply the following styles to the div:
margin-left:auto;
margin-right:auto;
No need for that div.
Make sure you're using the correct Doctype, then add this to your CSS:
body {margin:auto; width:760px;}