|
Thanks all i find my code now:
<html>
<frameset rows="50%,50%">
<frameset cols="45%,55%">
<frame src="frame_a.htm" />
<frame src="frame_b.htm" />
</frameset>
<frame src="frame_c.htm" />
</frameset>
</html>
but how i can do colored border for my web page?
|