Discussions
Mystery. ColumnContents table tags hiding page content
We're working on a new web site and for the first time we have outside developers building it (instead of me). They've done an amazing job, but we've hit a snag.
In the site's theme, they used <%=getColumnContents()%> in the Content Area Template field. That led to some formatting issues due to the fact that there were some table tags missing.
So, I changed the code to <td><table><%=getColumnContents()%></table></td>. Now, many of our pages have no content at all.
Any ideas on how one little table tag can hide an entire page's content would be much appreciated.