Hello,

On Mon, Feb 14, 2011 at 2:39 PM, Wouter de Vos <hukab...@googlemail.com>wrote:

> Hello,
>
> I am using the video Macro
> (http://extensions.xwiki.org/xwiki/bin/view/Extension/Video+Macro)
>
> All goes well, but I would like to display the video on the right side
> of the page, are there any align attributes that work? I tried
> dividing the page in columns, but when the video is displayed in hte
> right colum, it does not reach the right border of the page. My goal
> is to have text on the left of the page, and the video on the right
> side next to it.
>
> Ideas anyone?
>

You can use the wiki syntax plus CSS rules in order to play with the video
positioning.
This is what you can do:

(% style="float: right" %)((({{video url="URL"/}})))
Some text on the left side.

This will put the video object inside a div container that will float on the
right side.

Raluca.


>
> Thanks in advance,
>
> Wouter
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to