RickyF Posted April 29, 2007 Share Posted April 29, 2007 The following code, is making my XHTML valid page, become invalid <!-- GeoTrust Verified Domain[tm] Smart Icon tag. Do not edit. --><SCRIPT TYPE="text/javascript" SRC="//smarticon.geotrust.com/vdom.js"></SCRIPT></center><!-- end GeoTrust Smart Icon tag --> I thought i would also add, that this code is placed within a DIV tag. Thanks for any help! Link to comment https://forums.phpfreaks.com/topic/49172-solved-validating-java-in-xhtml-help-needed/ Share on other sites More sharing options...
xenophobia Posted April 29, 2007 Share Posted April 29, 2007 try: <script type="text/javascript" src="//smarticon.geotrust.com/vdom.js"></script> Use lower-case. Hope this works. Link to comment https://forums.phpfreaks.com/topic/49172-solved-validating-java-in-xhtml-help-needed/#findComment-241004 Share on other sites More sharing options...
RickyF Posted April 29, 2007 Author Share Posted April 29, 2007 Wow, that simple, thanks! Feels stupid lol ??? Link to comment https://forums.phpfreaks.com/topic/49172-solved-validating-java-in-xhtml-help-needed/#findComment-241006 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.