↑ ↑ ↑100px
Welkom bij voorbeelden
voorbeeld marginheight - Frame A
<html>
<frameset
rows="50%,50%"
>
<frame
src="url frame_a" marginheight="100"
/>
<frameset
cols="65%,35%"
>
<frame
src="url frame_b" marginheight="50"
/>
<frame
src="url frame_c" marginheight="20"
/>
</frameset>
</frameset>
</html>