By mattisd on
I hope this is the right forum for this.
I have a problem with adding white space around the images i am adding in the text (Hspace and VSpace). I am using FCKeditor and IMCE. The pictures get the correct amount of white space in the themes already in the core drupal installation, but not in the new theme I have downloaded (admire grunge).
I have tested a few themes and it some give the correct whitespace, and others not.
Any suggestions?
Best regards.
Mattis
Comments
Use CSS
I'd skip the hspace and vspace and use CSS to add the white space instead. It's probably best to handle this in your theme's stylesheets, but in FCKeditor's image properties dialogue you can click the "advanced" tab and add some padding or margin in the "style" field (i.e. "padding-right: .5em" or whatever).