Add a link to a picture

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
Could anyone please advise me I am studying an HTML course and I am trying to add a link to a pictur
but I keep getting page cannot be displayed
As an example:-
<a href="www.hotmail.com>img src"ball.jpg"></a
When I press the image icon I get a message saying that the page cannot be displayed
Please adivse me anyone if you can
as its well doing my head in
The image is saved in the same folder as my main page. helllllllllllllllllllllllllllll
Best Regards to you al
Kenny
 
You're missing an open angle bracket and equals sign for the img src.
Here's how it should look:

<a href="www.hotmail.com><img src="ball.jpg"></a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top