I'm loving the wp-cycle. It's so easy to use. I do have a couple of questions, though.
How do I center the slideshow?
Is there a way to have the rotation to stop when it reaches the end of my pictures?
Thank you for a neat plugin!
I'm loving the wp-cycle. It's so easy to use. I do have a couple of questions, though.
How do I center the slideshow?
Is there a way to have the rotation to stop when it reaches the end of my pictures?
Thank you for a neat plugin!
To center you slide show; add "<?php wp_cycle(); ?>" code inside a td(tabledata) as shown below;
<table align="center" border="0" padding="0">
<tr><td></td>
<td><?php wp_cycle(); ?><td>
<td></td></tr></table>
then adjust the width of first and last 'td' respect to the screen size.
ie. <td width="X"> X is variable.
just try it. i do so.
Sorry to be so ignorant, but can someone please tell me where I would insert this table?
Yes, I too am struggling yet I have it centered on another website, but the most recent one will not center. Entering this code has taken my whole site down.
This topic has been closed to new replies.