Background

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am designing a page using fixed width(760 pix) with a DWT using tables in
editable area. How do I center the page in a 1024 browser, and how would I
give the unused space to the sides of the page a BG color? Thanks in advance.
 
The unused space will simply be the background color of the page. Next,
place a table of the specified width (in this case 760 px) and place all the
content inside this table. You can set the alignment for center on the table
and that will cause it to automatically center inthe browser window. You'll
also probably want to set a background color for the table itself so that
the background color of the page doesn't bleed through.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
I put all the content in a table and got it to center 760px, on a 1024
browser the space out side is still white. Can I give this a color?
 
Yes, assign a background color to your pages under page properties.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Thank You-Thank You

Thomas A. Rowe said:
Yes, assign a background color to your pages under page properties.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top