0
How to create a link ? I am beginner
I have tried with <a href="Form2.jpg">..</a>
2 Answers
+ 1
I believe the link is not created, because it's not a valid url.
I guess you have to make it look like this:
<a href="/Form2.jpg">View Image</a>
0
Does it support the code of link on android phone ?