Align web page on screen

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

Guest

Hi. Im new to web page and would like to know how to centre my page contents
on the screen. (www.dowlingacademy.com.au) On smaller screens I have to
scroll to the right to view. I have used layers to add all text and photos.

Any help would be greatly appreciated.
Thanks
TSUL
 
Merely centring the layout will not stop the scrolling.

You will have to rebuild your page to fit the smallest browser width
your users have.
You could probably lose the layers - they will cause problems if you
place blocks of text in them when your users resize the text. Layout
the page in a 760px wide centred table instead. 760px will be the right
width for a browser opened to 800x600 without horizontal scrolling.
 
Ok thanks. I'll try starting from scratch again!

Ronx said:
Merely centring the layout will not stop the scrolling.

You will have to rebuild your page to fit the smallest browser width
your users have.
You could probably lose the layers - they will cause problems if you
place blocks of text in them when your users resize the text. Layout
the page in a 760px wide centred table instead. 760px will be the right
width for a browser opened to 800x600 without horizontal scrolling.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
 
Back
Top