Dumb question, CSS layer styles

I built a internet page at 800×600. I’m trying to figure out how it is I will get the content/layout to become centered, that way when people perspective the page at say 1024×768, the content will not stretch leaving this page with a lot of white space. Like like if an individual made everything from a table and just did a centre alignment. Here’s a check out what I have got.

https: //home. comcast. net/jerrysmartin

The navigation about the left stays into the left and the flash within the right stays justified to the right. The content is with a div. I’d want to have it ready to where it’ll look uniform in whatever resolution.

Bless you.

-Mike

You might even make your screaming image width = 760 pixels.
Next, make a several changes as demonstrated below…

Here i will discuss your CSS part for " body"

shape
background-image: url(images/background. jpg);
background-repeat: repeat-x;
margin: 0px;
support: 0px;

Try changing it for this:

code, body
background-image: url(images/background. jpg);
cursor: default;
font-family: " Verdana", arial, " MS Sans Serif", Geneva, sans-serif;
font-weight: normal;
font-size: 10px;
line-height: normal;
margin: auto;
support: 0px 0px 0px 0px;
min-width: 760px;
text-align: centre;

Next, add this to the CSS file and wrap everything inside of it.

#wrapper
margin: 0px;
thickness: 760px;

Consequently, inside your HTML file, you might have

< body>
< div id=" wrapper" >
.
.
.
.

< /div>
< /body>

This entry was posted in Web Design and tagged , , , , , , , , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *