ksteele Posted April 4, 2009 Share Posted April 4, 2009 Typically, I would not go this route for help and figure this out on my own.... but I am in dire need of some input, as I have just launched an new ad campaign and don't want potential clients to see this mistake... So PLEASE, if you can help with re-aligning these tables..... I'ma Begging! Here's an Example Link: http://www.legalexpertsearch.com/results.php?category_id=804 Until recently the bottom half of the "right-side content" was perfectly aligned left and looking good. (In this example the error starts here: Michael Cordova, P.C. and ends with The Florida DUI Center) I have no idea which script that I changed to make this happen? My first instinct would be to look to the CSS, TPL's or INC pages for these tables properties. But I haven't changed any of these file types at all. Mostly I was working on changing the titles of the image files and adding "alt" tags to them on various pages throughout the site, all changes were to PhP files... I have retraced my steps as best that I could with no luck and the backups go back to the beginning of a very long marathon of coding. So, if you have the knowledge and time to help.... Please take a moment to help a wannabe coder out! Thanks, "K" Quote Link to comment https://forums.phpfreaks.com/topic/152486-mis-aligned-table-list-please-help-asap/ Share on other sites More sharing options...
Fruct0se Posted April 4, 2009 Share Posted April 4, 2009 Your table structure is way off causing the misalignment. I noticed several tags missing so you may want to look at the code that is generating that table and make sure it is outputting the correct structure. Quote Link to comment https://forums.phpfreaks.com/topic/152486-mis-aligned-table-list-please-help-asap/#findComment-800850 Share on other sites More sharing options...
MadTechie Posted April 4, 2009 Share Posted April 4, 2009 Well technically its not a table is multiple tables, One for each item by the looks of things! I'm sorry but you need to sort out the whole page! your clearly over using tables (in the wrong way) <table width="95%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td> <table border="0" cellpadding="1" cellspacing="0" align="center" class="paging-content"> <tr> <td align="right">Found <b>8</b> records</td> </tr> </table> </td> </tr> <tr> <td> <table border="0" cellpadding="1" cellspacing="0" align="center" class="paging-content"> <tr> <td align="center" class="paging-letters">/...snip.../ </td> </tr> </table> </td> </tr> </table> <a name=13402></a> <table align="center" border="0" cellpadding="5" cellspacing="0" class="table-view-summary"> <tr> <td colspan="2"> <h1 class="font-bold-view"> <a href="http://www.legalexpertsearch.com/listingdetail.php?id=13402">Phillips & Associates</a> </h1> </td> </tr> <tr> Also this is a HTML/CSS problem not a PHP one EDIT: also if its really important then try the freelancers section! Quote Link to comment https://forums.phpfreaks.com/topic/152486-mis-aligned-table-list-please-help-asap/#findComment-800863 Share on other sites More sharing options...
ksteele Posted April 4, 2009 Author Share Posted April 4, 2009 I was able to restore the original style sheets and remedy the problem... funny thing is.... I never touched them in the last round of edits? Somehow, they became corrupt or ? Who knows, but bottom line is that its fixed.... Thanks to both of you for taking the time to respond and help fix my problem. "K" Quote Link to comment https://forums.phpfreaks.com/topic/152486-mis-aligned-table-list-please-help-asap/#findComment-801296 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.