Although I figured out MT enough to install it, and HTML enough to tweak little things here and there, I’m still lost on stylesheets and all that muck. I love the way this site looks on my Mac (and all its browsers), but notice when I get to work and use IE on a PC that everything looks bigger and klunkier. I set the width in the body to 60% so that people wouldn’t have to scroll horizontally (on a PC), but this also makes some machines see the text wrap around photos quite crappily.

The coding currently looks like this (the 60% is the only thing I changed from the original MT “clean” stylesheet):

	body {
		margin:0px 0px 20px 0px; width:60%;
		background:#FFF;
		}

My question for you is how to I set the width definitively so that everyone sees the same layout (as long as they all have the same font, of course). I tried changing the body width to 400px in the stylesheet, but all that did was affect my archives, not my main blog. And I’d love to be able to add some extra white space to the left of the sidebar, too …

The blog that comes to mind when I think clean design that looks exactly the same no matter what computer or browser through which I view it is kottke.org. I know, I know – he’s a professional designer and stuff. I don’t want my site to look like his, I just want to control the look of mine. It seems like only a few simple commands would help.