Try this example (I only tested it in IE5.5 here)
<frameset
style="border: 3px dashed orange" framespacing="0" border="false" cols="150,610,*">
<frame src="tabeltest.htm" name="left" scrolling="no" marginwidth="1" marginheight="1" noresize>
<frameset
style="border: 5px solid yellow" framespacing="0" border="false" rows="30,*">
<frame src="popup.html" name="slogan" scrolling="no" marginwidth="1" marginheight="1" noresize>
<frame src="Formtest.html" name="main" scrolling="auto" marginwidth="1" marginheight="1" noresize>
</frameset>
<frame src="error.html" name="right" scrolling="no" marginwidth="1" marginheight="1" noresize>
<noframes>
<body bgcolor="#3E6BBF">
<P>This page uses frames, but your browser doesn't support them.</P>
</body>
</noframes>
</frameset>
------------------------------------------------
As you can see the outlines of the frames are colored.
You can try to change the style to (I didn't test them all): hidden/dotted/dashed/solid/groove/ridge/inset/
outset/double/
Don't code the "frameborder"-attribute in the <frameset> tag !!
----------------------------------------------------
You can also experiment to set the separate frame-borders like:
<
frame src="tabeltest.htm"
style="border: 2px solid green" .........>
If you want to know more CSS possibilitys look at:
The detailed part is:
Hope this helps,
Erik
<!-- My sport:
Boomerang throwing !!
This year I will participate at the World Championships in Germany. (
!! Many Happy Returns !! -->