when adding images using FCKeditor the hs and vs padding around images do not get added to the HTML page in Hiroshige -- (in a story)
To test, I selected Garland, as alternate theme -- where the hs and vs is added in the HTML page.
Thanks in advance for the help... its a beautiful theme..
Comments
Comment #1
zzyz commentedA workaround was hiding in the theme's file reset.css
I removed (from reset.css) the reference to img from the code below so that it looks like this:
and then because I don't know the reason for the reset, I put back all of the styling commands for img by adding the following code. ... note that I commented out the margin parameter - which was overriding the vspace and hspace settings I had set when inserting the image into a story:
Is there a better way to accomplish this?
Thanks again for this beautiful theme. Much appreciated.