Message Text |
I have a problem that's driving me nuts.
I'm customizing the templates which wasn't a problem up to now. Now I'm working on the link details page. The problem is that </tr><tr> comes right after the attachment:
<div class="details"><span class="labels">Attached Files:</span><br>
<a href="download.php?id=1&attachid=1">10.gif</a> (4 KB, 4 downloads)<br>
<img src="thumbnail.php?id=1&attachid=1" alt="image"></a><br></tr><tr>
</div>
At first I thought I've done something wrong but I've now switched back to the default template and it's there too. I'm not sure why it does not mess up the default template cause as far as I can see it's not inside a table. But it messes up my customized template (even if I do not custimize the link details page).
To get a clue what I mean...
http://tkf-directory.com/comments.php?id=1
That's the "good looking" default template.
(weird... url does not work... well, just go to www.tkf-directory.com -> Information - patriciafan - details
And that's how it looks in my customized template:
it doesn't change anything when I switch back to deperate details and comments pages. When I remove the attachment... everything looks fine. |