View Full Version : frame question
offthebanaster
10-06-2004, 03:36 PM
I have a frame set with 2 frames. Is it possible to keep the frames, but get rid of the line between them ?
AaronCampbell
10-06-2004, 06:42 PM
you can read on the frame tag here: http://www.w3schools.com/tags/tag_frame.asp
basically, I believe you would use: frameborder="0"
offthebanaster
10-07-2004, 03:46 PM
Ahhh, Aaron, you know all the answers.
Thanks
senshi
10-07-2004, 08:37 PM
you use something like this ....
<frameset rows="80,30,*,30" cols="*" border="0">
<frame src="location_of_page.html" name="frameName" noresize scrolling="no">
<frame src="location_of_page.html" name="frameName" noresize scrolling="no">
<frame src="location_of_page.html" name="frameName" noresize scrolling="auto">
<frame src="location_of_page.html" name="frameName" noresize scrolling="no">
</frameset>
the border reference is put in the <framset opener line as indicated
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.