I am using the CGI version of Zoom and just customized my template to try and get the search results to look like the reset of my site but it seams that Zoom is overwridding some of the template code. In my code I have a few lines before the tag to customize the look
When I plcae the to make the code look like this:
My <tr> and <td> tags are removed by zoom. If I please the tag on it's own line after the <td> then everything works. So I am thinking there is some odd bug in the CGI version.
Code:
<td class="bordercenter" width="650px"><table border="0" width="100%"> <tr> <td class="submenuinfo">
Code:
<td class="bordercenter" width="650px"><table border="0" width="100%"> <tr> <td class="submenuinfo">
Comment