Jump to content

Help with Frames!


LaLaLa

Recommended Posts

Hi, I have a few questions with Frames:Is there any way to keep a Frame from displaying scroll-bars? :) Also, how do you keep a Frame from having a border?LaLaLa :)

Link to comment
Share on other sites

second frame has no border, no scrollbars. Tested in IE only<frameset rows="50%,*" > <frame frameborder="1" scrolling="yes" src="HomePage.htm"></frame> <frame frameborder="0" scrolling="no" src="HomePage.htm"></frame></frameset>
Thanks! That worked perfectly! :) I only have one other question:Is there a way to change the "padding" for the frames (like the cellpadding="*" attribute for tables)?I need to get the stuff in the frame to rest right against the edges, so you can't even tell the frame is there...LaLaLa :)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...