Quizzes & Puzzles2 mins ago
links
5 Answers
I see people on answer bank when answering a question sometimes insert a link which takes you off to a web page which is grate. but what i want to know is how do they put that link in, thats so helpful ?
Answers
Best Answer
No best answer has yet been selected by timshadie. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Ensure you copy the entire web address URL (that includes the http:// at the front).
AnswerBank dropped Rich Text Format for posts 2 months ago. An RTF quirk meant that rogue HTML tags were appended to any links not immediately followed by a space. This is no longer an issue so the 'space' is not required.
AnswerBank dropped Rich Text Format for posts 2 months ago. An RTF quirk meant that rogue HTML tags were appended to any links not immediately followed by a space. This is no longer an issue so the 'space' is not required.
Type in :
<a target='_blank' href="http://www.celticfc.net/"> click here </a>
AB adds the "target = blank" bit so you can omit that.
This'll give you :
click here
<a target='_blank' href="http://www.celticfc.net/"> click here </a>
AB adds the "target = blank" bit so you can omit that.
This'll give you :
click here