back to <FRAMESET BORDERCOLOR="...">

Comparison of BORDERCOLOR attributes for FRAME and FRAMESET

This is an example of a framed page where the border colors are set with the BORDERCOLOR attributes for both <FRAMESET ...> and <FRAMESET ...>. This is the frames code for this page:

<FRAMESET ROWS="*,*,50%,*,*" BORDERCOLOR=YELLOW>
     <FRAME SRC="fsbcex1.html">
     <FRAME SRC="fsbcex2.html">
     <FRAME SRC="fsbcexmain.html" BORDERCOLOR=RED>
     <FRAME SRC="fsbcex3.html">
     <FRAME SRC="fsbcex4.html">

<NOFRAMES>NOFRAMES stuff
</NOFRAMES>

</FRAMESET>