Help pls, I have this site with 2 sidebars on the right and I want to transfer the first sidebar to the left. How will I do this? http://www.phcelebs.com
Are you the developer of this website or ar you using a piece of software to run and manage the site? If you are the developer then you have already got the two side menus within a <TABLE> in which case you simply move one of them to the LEFT. However you might need to adjust the coloumn widths of the 3 columns yoo have on the outer table. If you are using a piece of software then you will have to RTFM (Read The Fine Manual
your websites seems pretty nice, even the theme is cool bytheway, i didn't understand which panel you wanted to move.
I have my site done by a designer but I can't contact her at the moment. There are 3 columns and I want to move the 2nd column to the left so it will look like this: http://www.celeblisted.com Its in php includes so I just need to edit my footer files but when I tried it didn't work, it just messed up the tables. Help guys, this is my footer files: </div> </td> <td BACKGROUND="wp-content/themes/Ahsiek/images/layout_32.gif" width="2" height="296" alt="" VALIGN="top"></td> <td colspan="6" BACKGROUND="wp-content/themes/Ahsiek/images/layout_33.gif" width="310" height="296" alt="" VALIGN="top"> <table width="100%" cellpadding="0" cellspacing="1"> <tr><td style="width: 148px"> <table width="100%" cellpadding="0" cellspacing="1" class="sidebox145"> <tr><td class="header"><img src="wp-content/themes/Ahsiek/images/icon_hexagon.gif" border="0"> Categories <img src="wp-content/themes/Ahsiek/images/icon_arrows.gif" border="0"></td></tr> <tr><td class="content"> <?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?> </td></tr> </td></tr></table> <table width="100%" cellpadding="0" cellspacing="1" class="sidebox145"> <tr><td class="header"><img src="wp-content/themes/Ahsiek/images/icon_hexagon.gif" border="0">Comments <img src="wp-content/themes/Ahsiek/images/icon_arrows.gif" border="0"></td></tr> <tr><td class="content"> <?php get_recent_comments(); ?> </td></tr> </td></tr></table> <table width="100%" cellpadding="0" cellspacing="1" class="sidebox145"> <tr><td class="header"><img src="wp-content/themes/Ahsiek/images/icon_hexagon.gif" border="0"> Archives <img src="wp-content/themes/Ahsiek/images/icon_arrows.gif" border="0"></td></tr> <tr><td class="content"> <?php wp_get_archives('type=monthly'); ?> </td></tr> </td></tr></table> <table width="100%" cellpadding="0" cellspacing="1" class="sidebox145"> <tr><td class="header"><img src="wp-content/themes/Ahsiek/images/icon_hexagon.gif" border="0"> Links <img src="wp-content/themes/Ahsiek/images/icon_arrows.gif" border="0"></td></tr> <tr><td class="content"> Link </td></tr> </td></tr></table> <table width="100%" cellpadding="0" cellspacing="1" class="sidebox145"> <tr><td class="header"><img src="wp-content/themes/Ahsiek/images/icon_hexagon.gif" border="0"> Disclaimer <img src="wp-content/themes/Ahsiek/images/icon_arrows.gif" border="0"></td></tr> <tr><td class="content"> PH Celebs claims no credit for any images featured on this site. All visual content is copyright to it's respectful owners. PH </td></tr> </td></tr></table> <table width="100%" cellpadding="0" cellspacing="1" class="sidebox145"> <tr><td class="header"><img src="wp-content/themes/Ahsiek/images/icon_hexagon.gif" border="0">Site Stats <img src="wp-content/themes/Ahsiek/images/icon_arrows.gif" border="0"></td></tr> <tr><td class="content"> <!-- Start FreeOnlineUsers.com --> <!-- End FreeOnlineUsers.com --> <?php if (function_exists('get_most_useronline')): ?> <p>Most Users Ever Online Is <?php get_most_useronline(); ?> On <?php get_most_useronline_date(); ?></p> <?php endif; ?> Powered by:<a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>">WordPress</a> </td></tr> </td></tr></table> </td> <td style="width: 162px"> <table width="100%" cellpadding="0" cellspacing="1" class="sidebox160"> <tr><td class="header"><img src="wp-content/themes/Ahsiek/images/icon_hexagon.gif" border="0"> Shoutbox<img src="wp-content/themes/Ahsiek/images/icon_arrows.gif" border="0"></td></tr> <tr><td class="content"> <center> <!-- BEGIN CBOX - http://www.cbox.ws --> <div align="center" id="cboxdiv"> </div> <!-- END CBOX --> </center> </td></tr></table> <table width="100%" cellpadding="0" cellspacing="1" class="sidebox160"> <tr><td class="header"><img src="wp-content/themes/Ahsiek/images/icon_hexagon.gif" border="0"> Sponsors <img src="wp-content/themes/Ahsiek/images/icon_arrows.gif" border="0"></td></tr> <tr><td class="content"> <center> adsense </center> </td></tr></table> </td></tr> </table> </td> <td colspan="2" BACKGROUND="wp-content/themes/Ahsiek/images/layout_34.gif" width="25" height="296" alt="" VALIGN="top"></td> </tr> <tr> <td colspan="24"> <img src="wp-content/themes/Ahsiek/images/layout_35.gif" width="800" height="31" alt=""></td> </tr> <tr> <td> <td> <img src="images/spacer.gif" width="4" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="21" height="1" alt=""></td> </tr> </table> </body> </html> ================ while this is a portion of my header files: <td colspan="3" BACKGROUND="wp-content/themes/Ahsiek/images/layout_28.gif" width="28" height="147" alt="" VALIGN="top"></td> </tr> <tr> <td colspan="24"> <img src="wp-content/themes/Ahsiek/images/layout_29.gif" width="800" height="11" alt=""></td> </tr> <tr> <td colspan="2" BACKGROUND="wp-content/themes/Ahsiek/images/layout_30.gif" width="21" height="296" alt="" VALIGN="top"> </td> <td colspan="13" BACKGROUND="wp-content/themes/Ahsiek/images/layout_31.gif" width="296" height="296" alt="" VALIGN="top"> <div id="content" width="442px">
sweetangel, I can see what I might be able to do on the page for you. I will need a few files to work with. To start, mostly the index, header and footer files. The images folder out of Ahsiek/images and the css file out of the Ahsiek folder. I may be able to piece together what is there and arrange it in fashion close to what you are wanting. Let me know. Boulder