-1
id=TIC123
hyperlink=http://ontrack.com/browse/id
<a href="http://ontrack.com/browse/TIC123>TIC123</a> does not work

How to add this hyperlink to id so that i can print id as an hyperlink

1
  • 2
    what hyperlink needs to go where? You are talking about python, yet you only show html. What framework are you using? Commented Apr 16, 2018 at 22:31

2 Answers 2

1

Maybe you missed a quotation mark:

<a href="http://ontrack.com/browse/TIC123">TIC123</a>
Sign up to request clarification or add additional context in comments.

Comments

0

I think its because you missed the quotation mark

<a href="http://ontrack.com/browse/TIC123">TIC123</a>

And if its still causing an error, check out this link.

Hope it helps!

1 Comment

I want TC123 as hyperlink,how to do it??

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.