This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
HTML on how to open link in a new page

I have images with links to pages and I would like these to open in new web pages.

What HTML code would I need for this?

Cheers

Browser: johnmkirk@hotmail.com,3

Re: HTML on how to open link in a new page

I assume you mean new windows.

Set the target attribute in the link (see site linked above for details).

a target of "_blank" will ALWAYS open a new window. Use sparingly as this can annoy visitors a lot.

Giving a target a name (any name), and using it on all links, will open all new pages in the same window.