PDA

View Full Version : Link HTML tag not working?


Dead_Poet
03-28-2004, 01:15 AM
It seems to me, it is not possible to post a link HTML tag in my Intro section.

To be more specific, I type < A>http://www.pbase.com/dead_poet</A> (without the initial space), according to the corresponding FAQ advice. Still, the address I type appears in the Intro section not as a link, but as plain text.

Is there something wrong I've made?

quegardens
03-28-2004, 01:56 AM
You must end the code with < /a> after poet, without the space.


<a href="http://www.pbase.com/dead_poet">www.pbase.com/dead_poet</a>

quegardens
03-28-2004, 02:01 AM
I forgot to mention Sotiris that you should use this code(without the space before A):

< a href="http://www.pbase.com/dead_poet">www.pbase.com/dead_poet< /a>

In other words, you should include the url adress within quotes.Then you can add text in between to say something like My Home Page or anything you want.

Dead_Poet
03-28-2004, 03:47 PM
Thank you very much Derek. I thought it would work just by including the complete address between the < a> and < /a> tags!