What if I never had a html_header.php in includes/templates/YOUR_TEMPLATE/common. I always wondered why there was not one there...lol I just put one there. Now I'm trying to find all the errors I have. I don't know where to start looking..lol Maybe you can point me in the right direction. All your help is much appreciated. Thank youI'm trying to validate your site and its producing a lot of errors because of this chunk of code:
Code:
<!-- AddToBookmarks.com CSS - Place this in the head of your page -->
<style type="text/css">
@import "addto/addto.css";
</style>
<!-- End AddToBookmarks.com CSS -->
Try moving that to includes/templates/YOUR_TEMPLATE/common/html_header.php and see what happens. At least that will clean up a lot of errors so that we can troubleshoot.


Reply With Quote
