Easy question

They have: 5 posts

Joined: Feb 2000

Hello,

I am working on a site. I want to have like a background and then a middle section like on http://www.serve.com/
How do i get that middle section to start way up at the top like that. I want to have dark blue in the back and a white center for all my text and links and stuff. Any ideas?

Vincent Puglia's picture

They have: 634 posts

Joined: Dec 1999

Hi furried,

Did you try rightClicking on serve's site?
Tables. You define a large table; that's your white page. You then insert smaller tables within it if needed.

Vinny GrassBlade: cut&paste javascript

[This message has been edited by Vincent Puglia (edited 16 March 2000).]

Where the world once stood
the blades of grass cut me still

They have: 5 posts

Joined: Feb 2000

Whenever i define a large table, its start a little below the very top of the page so there is a background color above the white table if that makes sense.

They have: 5 posts

Joined: Feb 2000

i want the middle from top to bottom to be white. No spaces between the table and very top and the table and very bottom. I cant get it

Justin S's picture

They have: 2,076 posts

Joined: Jun 1999

Add the following code to the <body> tag:

quote:topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0"

Once added it should look like this:

quote:<body bgcolor="#FFFFFF" link="#000000" alink="#000000" vlink="#000000" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0">

------------------
Flame Hosting : http://www.flamehosting.com
NT and UNIX Hosting, Dedicated Servers, and Co-Location Programs

They have: 5 posts

Joined: Feb 2000

thanks i got it!

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.