View Full Version : Please help! I cant get rid of my ugly grey frames border!!


PinkIce
07-22-2003, 03:16 AM
no matter what i do i cant get rid of my frames ugly gray border! am i doing something wrong? PLEASE HELP! my frame code is below

<FRAMESET ROWS="35%,70%">
<FRAME SRC="url" style="border: "0" solid "#FF99CC" NAME="top" scrolling="no" noresize>
<FRAMESET COLS="18%,64%,18%">
<FRAME SRC="url" style="border: "0" solid "#FF99CC" NAME="left" "scrolling=yes" noresize>
<FRAME SRC="url"style="border: "0" solid "#FF99CC" NAME="right" "scrolling=yes" noresize>
<FRAME SRC="url" style="border: "0" solid "#FF99CC" NAME="rightside" "scrolling=no" noresize>

Dude128
07-22-2003, 03:22 AM
your CSS is wrong- you shouldn't have quotes around it, just before and after: style="all attributes go here"

also, you could just use border="0" frameborder="0" instead of the CSS, since you don't need to set a color and style and everything for a non existant border :P

PinkIce
07-22-2003, 03:27 AM
Ok!!! THANK U VERY MUCH!!!!!!!!! IT WORKS NOW!!!! YAY!!!! ***does happy dance***