Thread
:
HTML in module not coded properly
View Single Post
#
2
(
permalink
)
12-19-2004, 08:53 AM
mikem
Senior Member
Join Date: Sep 2002
Posts: 2,905
This last bit of code you have just before the CLOSE TABLE line.
Code:
. "</tr>" . "</table></td>" . "</tr>" . "</table>";
change those 4 lines to this
Code:
. "</tr>" . "</table";
mikem
View Public Profile
Send a private message to mikem
Find all posts by mikem