Quote:
Originally Posted by sydude
Thank you. That did the trick for the thumbnail picture on the left, but it didn't work with the right column, the one with all the controls (what do we call that thingie anyway?). It was supposed to, right?
S
|
About 30 lines into the linkbit, there are these two lines:
PHP Code:
<td width="5"> </td>
<td width="30%">
Put an alignment tag into the second td:
PHP Code:
<td width="5"> </td>
<td width="30%" valign="top">