What is the code for the habbox homepage where there is two pages put togeher from one
So there is one side the menu and the other is the content
Printable View
What is the code for the habbox homepage where there is two pages put togeher from one
So there is one side the menu and the other is the content
its just useing frames, w3 refernce is http://www.w3schools.com/html/html_frames.asp
thanks :D
From mentor - A long story cut short
Code:<frameset cols="25%,75%">
<frame src="frame_a.htm">
<frame src="frame_b.htm">
</frameset>