Page layout

  • Thread starter Thread starter Fred
  • Start date Start date
I can't really see the difference, since the designs are so *different* - in
saying that, I mean I can't tell what you're indicating/asking about on
those two sites vs what you want for your site.

I assume you're asking about Tables and how to centre content on a
page/screen.

To make your pages "centered" place the content in a table; set the
"position" and "float" to "centre" and "default" in the table properties.
This will centre the table in the browser viewing area. make the table
width size in percent, rather than in pixels, so if a user doesn't view in a
full size browser window, the page will adjust to the size of the window.
 
Thanks Andrew. That did the trick.

Andrew Murray said:
I can't really see the difference, since the designs are so *different* -
in saying that, I mean I can't tell what you're indicating/asking about on
those two sites vs what you want for your site.

I assume you're asking about Tables and how to centre content on a
page/screen.

To make your pages "centered" place the content in a table; set the
"position" and "float" to "centre" and "default" in the table properties.
This will centre the table in the browser viewing area. make the table
width size in percent, rather than in pixels, so if a user doesn't view in
a full size browser window, the page will adjust to the size of the
window.
 
Back
Top