- This topic has 2 replies, 3 voices, and was last updated 21 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Archives › Computer Support › Computer Support Discussion › Turn off Horizontal Scrolling
Is there such thing as a HTML script that can do this?
Horizontal will only be required when the page dimentions are to great for the window. Vertical you can stop.
Make you page narrower then you wont get you horizontal.
Using percent widths instead of fixed pixels will help you do this, Awesome.
Width=”100%” instead of Width=”800″.