Quote:
Originally Posted by joeychgo
but --- part of the problem still remains. see screenshot - the title bar is proper but the data still vertically centers......
|
In
vbgarage_viewgarage:
FIND:
HTML Code:
<td class="alt2" width="60%">$data[text]</td>
REPLACE with:
HTML Code:
<td class="alt2" width="60%" valign="top">$data[text]</td>
I was wondering when someone would fall victim to that..