Hi, What is this code and what does it do? I found it in a html-page. =============== <p> <!--webbot bot="HTMLMarkup" startspan --> <!--webbot bot="HTMLMarkup" endspan --> </p> ============== Cheers / Tomas
!-Keep distance in traffic-! www.whiplash.se www.whiplash.pp.se
quote: Hi, What is this code and what does it do? I found it in a html-page. =============== <p> <!--webbot bot="HTMLMarkup" startspan --> <!--webbot bot="HTMLMarkup" endspan --> </p> ============== Cheers / Tomas
!-Keep distance in traffic-! www.whiplash.se www.whiplash.pp.se
It does nothing. The "<!--" and "-->" tell a browser not to read the code enclosed in those tags. Its usually just to help people find their way around code. eg. <!-- Start my table here -->
quote: Hi, What is this code and what does it do? I found it in a html-page. =============== <p> <!--webbot bot="HTMLMarkup" startspan --> <!--webbot bot="HTMLMarkup" endspan --> </p>
This "Webbot" (nothing more than a couple of custom tags in the page) can be used in Frontpage to tell Frontpage to stay away from the code between those tags. If you still use Frontpage to edit that page, better leave them in, in you use a different editor and don't plan to edit the page with Frontpage anymore it is perfectly safe to delete them. See here for a complete list of the Webbots Frontpage supports.