Shopping news - Find jobs - Debt Consolidation - Debt Consolidation - Property in Qatar

PDA

View Full Version : Site does not validate


iconv
Aug 13th 2004, 12:09 pm
Hi, I tried setting up the ad network on http://www.iconv.com using the shtml include method, but the automatic validation fails, and nothing (just a blank line) is shown on my pages. Did I miss something?

digitalpoint
Aug 13th 2004, 12:18 pm
Not sure... are you sure shtml is supported on your site/pages?

iconv
Aug 13th 2004, 12:53 pm
Yes, shtml is supported, I use it to include header and footer files all over the site. Your comment made me look a bit further though, and I got it working now with a small modification to ad_network.php; since my shtml files have the normal .htm extension, I changed the test towards the end of the script (which determines compression) to check for .htm rather than .shtml. Seems to work fine now. Thank you for providing a great tool yet again!

digitalpoint
Aug 13th 2004, 12:59 pm
Did you change something? Because I looked again, and it looks like it's working...

iconv
Aug 13th 2004, 1:08 pm
My shtml files have the extension of .htm, editing ad_network.php to turn off compression for these (test towards the end of the script) got it to work fine now. Thanks.