Posted by kalpol on August 12, 2001 at 21:45:55:
In Reply to: Quick HTML Question posted by Phil on August 12, 2001 at 20:17:11:
: Does anyone know the code to open a link in a new browser, while I've got you, anyone have any good count down scripts that are pretty easy to implement. Thanks in advance.
use the TARGET tag right after the URL, like this
[a href = "http://www.kalpol.com" TARGET=
"_blank"][/a]
i used the brackets instead of angle brackets, so replace accordingly.
and you get