Author Topic: How to Format URL?  (Read 3439 times)

Barbara

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • http://www.surfnetkids.com
How to Format URL?
« on: October 04, 2003, 03:17:41 pm »
I am new to Hal AIM Bot, and am adding phrases to the Main Keyword & Priority Brain.  I would like to include a clickable URL in a response.  I have tried the following to no avail:

<a href="http://www.surfnetkids.com">click here</a>

and
<a href="http://www.surfnetkids.com" target="_blank">click here</a>

I suspect I need to use some escape characters to get this to work.  Any one know?

Thanks,
Barbara
 

Barbara

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • http://www.surfnetkids.com
How to Format URL?
« Reply #1 on: October 05, 2003, 11:31:33 am »
quote:
Originally posted by Barbara



<a href="http://www.surfnetkids.com">click here</a>

and
<a href="http://www.surfnetkids.com" target="_blank">click here</a>




I was being too sophistaticted. I found that complete URLS work (without the HTML) unless they contain an underscore.

For example, this works:
http://www.surfnetkids.com

But this does not:
http://www.surfnetkids.com/games/Word_Games/
 

Larry

  • Sr. Member
  • ****
  • Posts: 266
    • View Profile
How to Format URL?
« Reply #2 on: October 05, 2003, 03:09:33 pm »
Cool, I was kinda waiting to hear the answer... Thanks for thinking for me!