When uploading images with the WYSIG editor, I fill in the vspace, hspace and alignment in the box and upload. However the padding is not added to the image. Is there something I'm doing wrong?
Thanks..carl
Padding around images
-
carl
Padding around images
Last edited by Carl on Sun Sep 24, 2006 10:16 pm, edited 1 time in total.
Re: Padding around images
The padding needs to be applied when you put the image on the page, usually I just do this in the CSS...
content img {padding: 5px or margin: 5px}
content img {padding: 5px or margin: 5px}

