Wolf_22
05-27-2005, 05:03 PM
Okay, heres the frame definition code:
<html>
<head>
<title>Main Page</title><!-- This is the FrameDef Page! -->
</head>
<frameset rows = "24%,*" border ="0" bordercolor ="red">
<frame src = "header.html" scrolling ="no" frameborder ="1">
<frameset cols = "14%,86%" border ="0" bordercolor ="red">
<frame src = "menu.html" scrolling="no" frameborder ="1">
<frame src = "home.html" name="winMain" frameborder ="1">
</frameset>
</frameset>
</html>
Okay, as you can see above, there IS a bordercolor value. Only problem is that there seems to be no border color in preview mode...
My Q is... "Why"? :confused:
Thanks
<html>
<head>
<title>Main Page</title><!-- This is the FrameDef Page! -->
</head>
<frameset rows = "24%,*" border ="0" bordercolor ="red">
<frame src = "header.html" scrolling ="no" frameborder ="1">
<frameset cols = "14%,86%" border ="0" bordercolor ="red">
<frame src = "menu.html" scrolling="no" frameborder ="1">
<frame src = "home.html" name="winMain" frameborder ="1">
</frameset>
</frameset>
</html>
Okay, as you can see above, there IS a bordercolor value. Only problem is that there seems to be no border color in preview mode...
My Q is... "Why"? :confused:
Thanks