Hi David,
thanks for the hint!
I couldn't quite find any of the code that had the <td colspan=""2"">
my code seems a bit different. I found this code though:
if NewMember_Name <> "" then
Response.Write " <tr>" & vbNewline & _
" <td bgcolor=""" & strForumCellColor & """ colspan=""" & sGetColspan(6,5) &_
""">" & _
"<font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """ color=""" & strForumFontColor & """>" & fLangN("L_Default074", "<span class=""spnMessageText"">" & profileLink(NewMember_Name,NewMember_Id) & "</span>") & "</font></td>" & vbNewline & _
" </tr>" & vbNewline
I don't know why, but I tried changing the red section above to this sGetColspan(7,6)
and it seems to have worked. I just hope I didn't stuff something else up.
Thanks mate!