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?