View Full Version : Frame border not going away...


Greeno
04-20-2005, 09:01 PM
I made a new website just today, and used frames from the Frame Codes website. I put in the code for no boder in every place that I was supposed to, and the border is still there. Is there something I'm doing wrong?

To see the code, or to see what I mean, here's a link (http://www.freewebs.com/universaldesigns/index.htm).

Peter
04-21-2005, 05:26 AM
You have the border coding in the wrong place.

Should be, for example,

<FRAMESET ROWS="22%, 78%" border="0" frameborder="0" framespacing="0">

Greeno
04-21-2005, 12:25 PM
Oh, okay. Thanks a lot! =D