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:
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.
So it kind of works for me now but nevertheless I would like to know where the </tr><tr> comes from since it's not in the templates. I'm working with tables in wrapper that's why the </tr><tr> messes up the whole site. The default template works with divs only so tr's are ignored and everything works fine.
Comments on Attachment messed up link details page
Beginner
Usergroup: Customer
Joined: Aug 28, 2006
Total Topics: 1
Total Comments: 4
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:
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.
Beginner
Usergroup: Customer
Joined: Aug 28, 2006
Total Topics: 1
Total Comments: 4
Ok, I got it to work by putting a table around the attachment part
looks like this online...
...it's a full table.
So it kind of works for me now but nevertheless I would like to know where the </tr><tr> comes from since it's not in the templates. I'm working with tables in wrapper that's why the </tr><tr> messes up the whole site. The default template works with divs only so tr's are ignored and everything works fine.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
At settings->general you've apparently set more than 0 attachments per row.
Beginner
Usergroup: Customer
Joined: Aug 28, 2006
Total Topics: 1
Total Comments: 4
*ouch* Yeah, you're right. I haven't thought of that. Thanks for your help.