View Full Version : no scroll bar


hoshichiri
11-10-2003, 01:06 AM
just a quick question

is there a way to have a page without scroll bars?? i know that you can make non-scrollable frames, but this is just a simple 'text & links' page that i want non-scrollable...? is there a way??

kittycat
11-10-2003, 01:37 AM
<body scroll="no">
or
<body style="overflow: hidden;">

But remember if the page is large people with smaller resolutions may not be able to see everything.

hoshichiri
11-10-2003, 09:36 AM
perfect! thank you sooooooooo much kittycat! ^___________^