Hi Patrice,
Using the <scrolling="no"> attribute should disable your scroll bars.
Click on the following links for other tips as well.
Removing Scrollbars
"You can remove scrollbars in a frame by using "scrolling='no'" in the
<frame> tags. You can also use "yes" and "auto". The "auto" value is
the default."
http://codepunk.hardwar.org.uk/ahtml19.htm
scrolling="yes|no|auto"
"The SCROLLING attribute indicates whether the frame should have
scrollbars or not. "yes" results in scrollbars always being visible on
that frame. "no" results in scrollbars never being visible. "auto"
instructs the browser to decide whether scrollbars are needed, and to
place them where necessary. That is, with "auto", the frame has
scrollbars only if the document is larger than the current size of the
frame. The SCROLLING attribute is optional; the default value is
"auto."
http://www.w3.org/TR/WD-frames-970331
"If you leave out the setting for scrolling, a scrollbar will appear
if needed - otherwise not."
http://www.echoecho.com/htmlframes06.htm
That should do it, if not or if you have any questions, please post a
clarification request and wait for me to respond before closing/rating
my answer.
Thank you,
hummer
Google Search Terms Used: disable scroll bars html |