View Full Version : Driving me up a wall!!


amazonbabe75
05-10-2003, 04:03 AM
Okay, I'm trying to get rid of the boarders on my site. Here's my site's addy: www34.brinkster.com/crystallight/index.html

here's my problem. Lissa's site says replace <frameset cols=20%,80% border=0 frameborder=0 framespacing=0>

For this one:

<frameset cols=20%,80%>

But mine doesn't have any frameset on the index. Mine says <FRAMESET ROWS="20%,60%,20%">
<FRAME SRC="up.html" NAME="up" scrolling=no>
<FRAMESET COLS="20%,60%,20%">
<FRAME SRC="left.html" NAME="left" scrolling=no>
and ect, ect, ect

So to get rid of borders, what am I suppose to do?
Please help!!

Sheila
05-10-2003, 08:20 AM
<FRAMESET ROWS="20%,60%,20%" border=0 frameborder=0 framespacing=0>
<FRAME SRC="up.html" NAME="up" scrolling=no>
<FRAMESET COLS="20%,60%,20%" border=0 frameborder=0 framespacing=0>
<FRAME SRC="left.html" NAME="left" scrolling=no

amazonbabe75
05-10-2003, 01:34 PM
Thank you!