Re: [xwiki-users] Aligning the Video Macro

2011-02-15 Thread Wouter de Vos
Hello,

Thank you so much for your quick reply, it all works beautifully now,
this is exactly what I wanted to achieve, thanks!

-Wouter

On 2/14/11, Raluca Stavro rmoro...@gmail.com wrote:
 Hello,

 On Mon, Feb 14, 2011 at 2:39 PM, Wouter de Vos
 hukab...@googlemail.comwrote:

 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

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Aligning the Video Macro

2011-02-14 Thread Wouter de Vos
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?

Thanks in advance,

Wouter
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Aligning the Video Macro

2011-02-14 Thread Raluca Stavro
Hello,

On Mon, Feb 14, 2011 at 2:39 PM, Wouter de Vos hukab...@googlemail.comwrote:

 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