PinkIce
06-29-2003, 05:05 PM
How do i color my frames border? i tried reading the lissa tutorial but it didnt help i still dont get it
|
View Full Version : Frames Border PinkIce 06-29-2003, 05:05 PM How do i color my frames border? i tried reading the lissa tutorial but it didnt help i still dont get it Cherchezlafemme 06-29-2003, 05:30 PM style="border: 1 solid #ffffff" Add that after the word "Iframe" in your tag. Replace what is in color. If you don't want the ugly grey frameborder just add: FRAMEBORDER="0" PinkIce 06-29-2003, 07:42 PM i dont have i-frames i have regular frames this is my code <FRAMESET ROWS="30%,70%"> <FRAME SRC="top.html" NAME="top" "scrolling=no"> <FRAMESET COLS="20%,60%,20%"> <FRAME SRC="left.html" NAME="left" "scrolling=yes"> <FRAME SRC="right.html" NAME="right" "scrolling=yes"> <FRAME SRC="comingsoon.html" NAME="rightside" "scrolling=no"> </FRAMESET> how do i color my frames bordes with the color FFCCFF Cherchezlafemme 06-29-2003, 07:51 PM Oh I have Iframes on the brain my mistake. right now try that style tag, but I think you cant put a color then again I'm not sure. But, do try that style tag PinkIce 06-29-2003, 08:03 PM nope, it doesnt work :( Sheila 06-29-2003, 08:07 PM Example: <frame src="right.html" name="right" style="border: 5 solid #000000"> |