Hyper Text Markup Language (HTML) Question:
How do I link an image to something?
Answer:
Just use the image as the link content, like this:
<a href=...><img src=... alt=...></a>
<a href=...><img src=... alt=...></a>
Previous Question | Next Question |
How can I require that fields be filled in, or filled in correctly? | How do I specify a specific combination of frames instead of the default document? |