my web site page words go off the page sideways have to move bar .

T

toddgibson2004

how do i correct my page when the type goes off the page until you move the
bar back and forth. Very irritating. It is only on 2 pages. Help. It is
affecting my response to my site.
 
T

Thomas A. Rowe

Place the content is a table or use CSS to set content margins.

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

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

Andrew Murray

You will need to use tables to keep within the width of the screen, so the scroll
bar does not appear and users don't need to scroll sideways.

Try not to design any wider than 778pixels wide for 800x600 and 900pixels wide (a
guess here) for 1024 x 768.
Remember, that the scroll bars and tool bars of the browser take up some of that
800x600 space as well as what your web site takes up.

800x600 or 1024x768 refers to the whole screen area, not just the browser area.
 
Top