Page 1 of 1

Padding around images

Posted: Sun Sep 24, 2006 9:45 pm
by carl
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

Re: Padding around images

Posted: Tue Sep 26, 2006 12:03 am
by Dr.CSS
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}

Re: Padding around images

Posted: Tue Sep 26, 2006 1:58 am
by carl
Thanks mark, it worked great.

carl