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.
me also having the same problem with internet explorer.
my sidebar disappears to bottom. and menu are disarranged. can you help me? my site was not launched. now its running in localhost only.