XtGem Forum catalog

WapZero
mobile information, download, service and tricks




HTML Frame

it's use for divide page site being a few page. This frame have attribute, that is cols, rows, border, bordercolor, frameborder and framespacing. this code must be include after tag </head> and before tag <body>.
this is the sample :

<html>
<head>
<title>first try</title>
</head>
<frameset cols="40%,60%">
<frame src="left.html">
<frame src="right.html">
</frameset>
<body>
</body>
</html>


Change left.html and right.html with your site url

You can also add margin after tag <frame src="..........
this is the sample :
<frame src="left.html" marginheight="50" marginwidth="50">