PDA

View Full Version : I need a Layout



Lysine
02-08-2005, 04:30 PM
I need the code for when it says 'Click Here' and the code for when you add it to the navi bar??
Please reply with the codes if you know them :D

NO SPAM

R.I.P THE PEOPLE WHO DIED IN THE 7/7

Pawf
02-08-2005, 07:54 PM
If by "Click Here" thing you mean a pop-up then I tend to use:

<a href="javascript:location='index.html';window.open('inde x2.html','characters','height=100,width=100,scroll bars=no')">Click here</a>

It can be edited to suit you.

And for the one where you add it to the nav bar, I think you mean adding alink to the nav so it opens in the main frame in your page? If this is the case then I use this:

<a href="page.html target="frame_name">Page</a>

If this is not what you mean at all then sorry :(

Lysine
02-08-2005, 08:09 PM
THANK YOU
THAT IS THE CODE I NEEDED :D

Pawf
02-08-2005, 08:11 PM
No probs :)

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