I'm designing a website and this is the last piece I need before I can upload it. I've searched this site and many others, but I honestly can't find the right solution. I'll be as specific as I can.
www.solarfields.com This is as good of an example as any. I want to align my content just like his, in the middle of the webpage. He uses Flash, however, and I'd like to keep mine to HTML and CSS. I have encompassed the entire body of my site in a tag with these attributes:
#body {
position:absolute;
top:13%;
left:25%;
width:350px;
}
It's centered on my monitor (1600x900), but I want it to appear centered on all resolutions.
The size: 525px (h) x 350px (w).
I more than one <div>
.
I don't care about browser compatibility.
I don't want visible borders.
There's one table 801px wide. It has two <td>
's, 29px and 762px wide.
I'm a CSS noob, so I'm just giving random information. If you need anything else, don't hesitate to e-mail me @ mattjack66@gmail.com.
Thanks so, so much.