Ok --- I made the change and moved the </td> to after your block. but --- part of the problem still remains. see screenshot - the title bar is proper but the data still vertically centers......
A hint for dealin with those of us who are newbies --- usually, instructions for something doesnt just get inserted in the middle of a line....... i thought the </td> part was a typo so I left it. If I was writing the instructions I would have said to replace that line and included it...... only cause newbies like me are dumb and trying to figure it out.. LOL
Quote:
Originally Posted by SVTOA
Joey, it's easy to see the error. If you follow my instructions, is says
Code:
"find <td class="alt2" width="50%">$data[text]"
not this:
Code:
<td class="alt2" width="50%">$data[text] </td>
The error is that you have added my mod after the </td>
Edit your code to make the mod code start directly after That will fix your problem.
|