Golden Dragon
06-07-2003, 06:56 PM
My friend is doing a layout for my new site and he needed the HTML code for top frames. Thanks to this wonderful site we got it, but there's a problem. There's an annoying grey bar thingo at the bottom of the frame, and the links are pop-ups. 'target= "bottom"' doesn't work. targets left and right are for side frames.
sisqoluv
06-07-2003, 07:51 PM
Can I please see the frame code you're using on your site?
Dude128
06-07-2003, 07:53 PM
try adding border=0 frameborder=0 to the <frameset> tag.
you have to make the target exactly match whatever you named your frames. it doesn't really matter what that name is, as long as the target matches it.
Golden Dragon
06-07-2003, 07:54 PM
<html >
<head >
<title > Beep </title >
</head >
< frameset rows=20%,80%>
< frame src="top.html" name="top">
< frame src="bottom.html" name="bottom">
< /frameset>
< body>
< /body>
< noframes>
< a href=" Beep.html"> Beep </a >
< /noframes>
< /html>