Jump to content

Mis-aligned Table List - Please Help ASAP


ksteele

Recommended Posts

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"

Link to comment
https://forums.phpfreaks.com/topic/152486-mis-aligned-table-list-please-help-asap/
Share on other sites

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!

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"

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.