spider
15 October 2001, 10:12
OK, it's probably just me (yes it is! they chorus) but what do I need to do to put an active URL link in a post?
Just used to copy and post it into my mesage on the old BBS and all you had to do was click it to go to it, just comes in as flat text now - no hyperlink!
Is there a tag set to go round it, like http://www.google.co.uk/ ?
Edited first time to say: Hmm, how about using proper HTML ref tags, such as a href=, and including the target URL in double quotes? Let's see: <A HREF="http://www.google.co.uk"</A>
Edited second time to say: Rats, that didn't work! OK, what about giving it a blank target? Try again: <A HREF="http://www.google.co.uk" TARGET=_blank>http://www.google.co.uk</A>
If that works, the code (with wrong brackets) is as follows: (A HREF="http://www.google.co.uk" TARGET=_blank)http://www.google.co.uk(/A)
Replace the round brackets: ( ) with angled ones: < >
Cheers,
Steve
[Edited by spider - 10/15/2001 10:25:36 AM]
[Edited by spider - 10/15/2001 10:35:51 AM]
Just used to copy and post it into my mesage on the old BBS and all you had to do was click it to go to it, just comes in as flat text now - no hyperlink!
Is there a tag set to go round it, like http://www.google.co.uk/ ?
Edited first time to say: Hmm, how about using proper HTML ref tags, such as a href=, and including the target URL in double quotes? Let's see: <A HREF="http://www.google.co.uk"</A>
Edited second time to say: Rats, that didn't work! OK, what about giving it a blank target? Try again: <A HREF="http://www.google.co.uk" TARGET=_blank>http://www.google.co.uk</A>
If that works, the code (with wrong brackets) is as follows: (A HREF="http://www.google.co.uk" TARGET=_blank)http://www.google.co.uk(/A)
Replace the round brackets: ( ) with angled ones: < >
Cheers,
Steve
[Edited by spider - 10/15/2001 10:25:36 AM]
[Edited by spider - 10/15/2001 10:35:51 AM]