PDA

View Full Version : Addd....



Bethanie
30-10-2007, 09:35 AM
How do I add links to my coded layout?!
Its uploaded to my file manager.

Beau
30-10-2007, 10:07 AM
If you're layout is coded, you should just be able to open it in DreamWeaver (or equivilant), click the navigation area, and insert your links there...

Bethanie
30-10-2007, 02:51 PM
Thanks ill try that :) x

Puma
30-10-2007, 03:10 PM
<a href="NamedPage.php" Target="_Blank">TEXT HERE!</a>

That the code.. if you are openin it in the same page get rid of " Target="_Blank" " and change the "NamedPage.php" to the page you would like to link. Hope it helps

Jamie.
30-10-2007, 04:23 PM
equivalently if your using an iframe and you wish to open in iframe set the traget="" to the name of the iframe if my iframe was called content my link would look like
<a href="home.html" target="content">Home page</a>

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