Here are the correct codes you need
To have a page open in a new window the correct code is:
[A HREF="http://www.yoursite.com" TARGET="_blank"]Link Name[/A]
The code for redirecting a page is:
[META HTTP-EQUIV="refresh" CONTENT="5; URL=http://www.yoursite.com"]
Where the number after 'content' is the time to wait before redirecting - 0 will redirect straight away. And the URL is the url you want to redirect to.
Be sire to replace the [ and ] with the Greater Than and Less Than symbols.
Hope this helps.
Michael Ross.
|