Slideshow Plugin: RIGHT Alignment in the article
Posted: 21 Mar 2011, 12:07
Just installed Phoca Gallery and Slideshow Plugin.
I want to show slide show on right side of my home page.
But as I see "float:right" style doesn't work - plugin shows on NEW line:
I alse tried 2-divs technique, as it discribed at
https://www.phoca.cz/documents/19-phoca- ... how-plugin
So I can't align slideshow to right corner of the page. Temporary I use table with 2 columns to solve this problem.
Where I gone wrong?
I want to show slide show on right side of my home page.
But as I see "float:right" style doesn't work - plugin shows on NEW line:
Code: Select all
<div style="float:right;">
{pgslideshow id=1|width=400|height=300|delay=3000|image=O}
</div>
Some text that should be shown at left side from plugin
https://www.phoca.cz/documents/19-phoca- ... how-plugin
Code: Select all
<div style="background: yellow; width: 700px; text-align: right;">
<div style="margin: 0px auto; width: 400px;">
{pgslideshow id=1|width=400|height=300|delay=3000|image=O}
</div>
</div>
Where I gone wrong?