|
||
CATEGORIES Home Getting Started HTML Cheat Sheet Webmaster Tools HTML Help Forum Color Codes Link to us |
||||
How do I get rid of my frames scroll bar?To get rid of the scroll bar in your frames, to this: In your frames code (index.html) add the following code to the <frame src> tag of the frame that you do not want to scroll: scrolling="no"So for example, I don’t want a scroll bar in my left frame, my code would look something like this: <frame src="left.html" name="leftside" scrolling="no">If I wanted to stop the scroll in my right frame, my code would look like this: <frame src="left.html" name="leftside"> Privacy Policy | Trademark Notices | User Agreement © 2001 TheHTMlSource.com, INC. All Rights Reserved. |