Heya, thanks for taking the time to read this.
I'm creating a website to promote my paid web designing, and to get a good first impression i want it to be validated by the w3 validator.
However, the problem is that icr38.net adds things to the code.
Look at this and you'll get what i mean.
Line 1 to 84 is mine, then 85~98 is added automatically
1 ~ 83, my code.
84. </body>
85. </noscript>
86. <div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">
87. <!--
88.
89. This website is hosted by i.create Free Web Hosting (icr38.net)
90.
91. To report abuse including but not limited to spamming, malware, phishing or
92. copyright/intellectual propery violations on our service, please visit http://icr38.net/abuse.php
93.
94. Thank you,
95. i.create Free Hosting
96.
97. -->
98. </div></div>
99. </html>
This gives the following errors:
-The endtag </noscript> is completely useless, and bugging the code
-BOTH Div's added below </body> are useless because the stuff in it is COMMENTED OUT, and are bugging the code.
-Because of the </noscript> there is 1 tag left, if you'd watch the structure it would need 1 less </ x> tag, because like this it matches <html> with </noscript>.
Is there a way that, if i place the stuff that's commented out (which is the only usefull thing) on all of my pages manually, they remove this bugging code of doom?
As a webdesigner it looks LOTS better if your own website is validated, and with these additions i will never be able to achieve that here.
Thanks in advance,
~TDJ-Webdesign
