Adding vertical and horizontal space for images using caption?
-
Hello, I wonder how to put some space around images that have a caption. Adding an image without a caption, it works using hspace and vspace … as soon as the image has a caption, hspace/vspace have no effect and the surrounding text is too close. Thats my caption code:
[caption id="" align="alignright" width="230" height="310" caption=' <a href="someurl" target="_blank" title="some title">some link text</a>'] <a href="somelink" target="_blank" title="sometitle"><img alt="" border="0" height="300px" hspace="15" vspace="19" src="image url" vspace="19" width="230px" /></a>[/caption]How else would I do that?
Thanks 🙂
`
The topic ‘Adding vertical and horizontal space for images using caption?’ is closed to new replies.