I have an image floating on the left side of the screen. Link can be seen here (www.mibsolutionsllc.com/proc_dev). How can I make that image a link? What is the terminology so I can research it on Google for answer? Any help is greatly appreciated.
|
|
|
|
|
|
|
Unless I am misunderstanding your question...to make a link you have to surround the img tag with a tags.
|
||||||
|
|
|
The best way will be to use an anchor tag.
|
|||
|
|
|
|
While wrapping your in an might work, I don't think you're allowed to put block-level elements inside an (like you suggest on Vincent Ramdhanie's answer). Because of that, I would recommend this:
Then, for your styles:
The width and height for the and the should both be the same for this to work. |
||
|
