Hi
I'm starting to learn html/css. I have a issue of breaking a caption in the alt into 2 lines.
This is my image example
<img src="images/Tom3.jpg" width="400" height="400" alt="Image is ... yada .. whatever" />
I want the caption in the alt stop at width 400 of the image and go back to the front width 1
I hope that make sense. I try to used <br> but it didn't work. Any suggestions?