Can someone PLEASE tell me the html code to create hover text over linked photos...

<IMG SRC="URL" ALT="YOUR CAPTION" TITLE="YOUR CAPTION">

You need to use the ALT and TITLE attributes to get that behaviour to appear on most browsers. Internet Explorer still uses the ALT attribute, but Firefox uses the TITLE attribute.
 
Back
Top