Good, as I put a description below an image, within the div of the image. I can not use in table form it has to be even inside the image div
Good, as I put a description below an image, within the div of the image. I can not use in table form it has to be even inside the image div
The alt
attribute of the img tag should take care of: see the link example above:
<img src="endereço da imagem" alt="texto sobre a imagem" width="300" height="228" border="0" />