Quote:
Originally Posted by itsblack
I replace the links_main template with the attached code, unfortunately it doesn't work.
With the new template, the width of the main section was extended to 100%, that's OK, I can fix it. But the statistic still stayed under the main section. Just don't know what happened.
|
I'm also at a bit of a loss. I pulled down the template I'd posted yesterday and tried it again, and it still works for me, see image.
These are the changes in the form of the unix 'diff' command:
Left file: Y:\Users\Andrew\Desktop\links_main-original.txt
Right file: Y:\Users\Andrew\Desktop\links_main-modified.txt
0a1,5
> <if condition="$includeinmain[prestats] or $viewcatstats or $viewcathits or $includeinmain[poststats]">
> <table width="100%">
> <tr>
> <td width="70%" valign="top">
> </if>
158a164,167
> <if condition="$includeinmain[prestats] or $viewcatstats or $viewcathits or $includeinmain[poststats]">
> </td><td valign="top">
> </if>
>
164,167d172
< <table cellpadding="0" cellspacing="0" border="0" width="100%">
< <tr><td width="70%"> </td>
< <td>
<
189,190d193
< </td></tr>
< </table>
197a201,206
> <if condition="$includeinmain[prestats] or $viewcatstats or $viewcathits or $includeinmain[poststats]">
> </td>
> </tr>
> </table>
> </if>
>