Login  Register

Re: Captions

Posted by Hugo <Nabble> on Mar 30, 2012; 6:10pm
URL: https://support.nabble.com/Captions-tp7418606p7422484.html

I made the change directly in the article, see:
http://directory.nyskiblog.com/Whiteface-Mountain-History-td4646997.html

The code looks like this:
<p> ... </p>

<div style="clear:both;float:right;width:410px;font-size:80%;margin:-.8em 90px 1em 2.3em">
    Caption text caption text caption text caption text caption text.
</div>

<p> ... </p>
As Greg explained, it was important to move the DIV out of the paragraph tag. So now it is placed after the paragraph where the image is located.