Login  Register

Re: Image Sizing

Posted by Hugo <Nabble> on Jul 27, 2010; 6:19pm
URL: https://support.nabble.com/Image-Sizing-Text-Alignment-and-Formatting-tp5278993p5343413.html

Harvey44 wrote
Is there anyway to add some "padding" between the text and the image so there is some space between them? See below ... I'd like more space there....
Yes, you can add a style tag to the nabble image like this:

<nabble_img src="image.png" border="0" style="margin:1em"/>
Harvey44 wrote
Also when you use left or right alignment is there any way to ensure that the photo caption stays underneath the image? In that image "Saranac Avenue" is intended to be below the image as a caption.
I will open a ticket for this implementation. Right now this is possible only with complex HTML structures, so you would have to type everything in HTML format. So I plan to soon implement an easy way to display the image caption wherever the image is (left, right or center). Please wait some weeks until this is done.
Harvey44 wrote
And .... is there a way to align TEXT to center?
You can use this:
<span style="display:block;text-align:center">
    CENTERED
</span>