PDA

View Full Version : Quick help with coding



iNicks
22-04-2006, 02:55 AM
Ok well my layout - http://www.werehabbo.com/

I need to make pages open up in the main part, the big white part. how abouts would I do this.

Rob
22-04-2006, 03:50 AM
On the links, make the target main. It should work then.

Rob

Encryptions!
22-04-2006, 06:26 AM
Hello.

If you are using an iframe then just use the target like said above.


<a href="url.php" target="main">Home</a>

If you aren't then just use a basic a href tag and it should just work.


<a href="url.php">Home</a>

Thanks
Encryptions!

OlSkool
22-04-2006, 07:17 AM
or if you wanted to open them up in an i-frame put in the iframe code, and target the link to whatever you call the i-frame. I-frames are mostly used with habbo radio sites fyi. :)

Want to hide these adverts? Register an account for free!