- This topic has 2 replies, 2 voices, and was last updated 19 years, 8 months ago by .
-
Topic
-
I’m working on possibly adding frames to the site, but I’ve run into a bit of difficulty. First off I want the border to be invisible, so I set up my frames file like this:
Quote:<html>
<head>
<title>Vertical Frames</title>
</head>
<Frameset COLS=”125px,*”>
<Frame SRC=”sidebar.html” NAME=”Sidebar” bordersize=0 border=”no” margin=”no” marginwidth=0 marginheight=0 NORESIZE padding=”no” BORDERCOLOR=#000000 Scrolling=No>
<Frame SRC=”home.html” NAME=”Main” border=”no” bordersize=0 margin=”no” marginwidth=0 marginheight=0 padding=”no” NORESIZE BORDERCOLOR=#FF0000>
</Frameset>
</html>adding border=0 and then border=no but it still displays a border. I also tried frameborder, but that also didn’t work. Here is what the border looks like http://www.wiscollectorcar.com/frames/frames.html
any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.