Forum Moderators: open
I have a developer that custumized a site using storefront, it's a .NET solution, pages are .aspx.
And i don't get why he's puting tables after the </body> tag?
Example:
</div>
</body>
</HTML></TD>
</TR>
<tr>
<td align="center" width="10" background="images/images/front_78.gif"><IMG height="10" alt="" src="images/images/front_78.gif" width="10"></td> ............etc....
Am i crazy or this should not be like this?
Also there is a second <title> in his page, and i believe that this is very bad for SEO, and i don t get why either.
I am really confused with this.
The developer told me also that it is impossible to generate div layers in the CSS, that he has to put tables everywhere, is that true?
Thanks for answering, cause i am the most confused person right now :-o