Figured it out. . .
I forgot to close the floatright. . . DOH!
On Dec 6, 4:31 pm, Mike <
eris...@gmail.com> wrote:
> WoW - now that is eloquent code :)
>
> I love the QOTD plugin, had the most recent version, but had not read
> the most recent info tiddler . . . (shame on me)
> I had fun playing with my code either way, a good learning
> experience !
>
> One Question. . . .
> How can I replicate the formatting of (position and size of the image)
> [>img(400px+,auto)[Family Picture|images/famslide-11.jpg]]
>
> I have
> {{floatright{{{random img{<<QOTD "..\Pictures\home" inline 30000>>}}}
>
> CSS
> .floatright { float:right; }
> .random img { width:400px !important; }
>
> But the alignment is not just right, very close though . . . . (mixing
> with a table menu / tagglytagging / ect.)