0
How to add a link to text not the image?
I've added my link, works fine, but for some reason, it added the link to my image and not my text. Here is my coding: <p align="center" <small> Visit my Facebook page </small><a href="not adding, for privacy reasons"</a> </p> <hr width="800px" /> <p align="center"><img src="cup.jpg" height="350px" width="650px" alt="cup" border="5px" alt="border" /> Can someone help, please?
3 Respostas
+ 3
<p align="center"> <small><a href="url">Visit my Facebook page </a> </small> </p>
<hr width="800px" />
<p align="center"><img src="cup.jpg" height="350px" width="650px" alt="cup" border="5px" alt="border" />
+ 1
not closed <a> tag. before </a> put > and <p> not closed too
+ 1
Thanx guys, Got that fixed with the next assignment luckily.
Thanx José saw that I had to include it directly after my url.
Thanx again!