Hi, I did a couple of cosmetic changes to oscmax using the various functions that were used in the sample templates.. none of the main function code was changed but there seems to be extra tags on the CSS template which i used as a base template.

The problem here is, that after changes were made, IE and firefox will somehow display an extra </ along the lines....

I figured that its the end of some tag e.g. </table> that did not get parse out properly...can someone tell me whats causing this?

I'm using tep_href_link functions as Anchor tags like that-->

echo '<a href="' . tep_href_link(FILENAME_LOGIN, '', 'SSL') . '">' . tep_image_button('button_back.gif', IMAGE_BUTTON_BACK) . '</a>'; ?></td>