Extra /html tags in code

J

Joe

Hello,

I have 3 includes in my web page.

They have extra </html> tags that only show up after I publish my page,
they are not in my original code nor are they when I go to publish.

This seems to have no effect when viewed on the internet.

Does anybody have any idea how to get rid of them.


<!--webbot bot="Include" U-Include="_includes/top2.htm" TAG="BODY"
startspan -->
</html><!--webbot bot="Include" i-checksum="50708" endspan --></td>
<!--webbot bot="Include" U-Include="_includes/bottom.htm" TAG="BODY"
startspan -->
</html><!--webbot bot="Include" i-checksum="31013" endspan -->
<!--webbot bot="Include" U-Include="_includes/right.htm" TAG="BODY"
startspan -->
</html><!--webbot bot="Include" i-checksum="36676" endspan --></td>


Any help would be greatly appreciated.

Thanks, Joe
 
S

Stefan B Rusynko

Usually an indication that somewhere in your code (probably your include pages) you have unmatched tags pairs

--




| Hello,
|
| I have 3 includes in my web page.
|
| They have extra </html> tags that only show up after I publish my page,
| they are not in my original code nor are they when I go to publish.
|
| This seems to have no effect when viewed on the internet.
|
| Does anybody have any idea how to get rid of them.
|
|
| <!--webbot bot="Include" U-Include="_includes/top2.htm" TAG="BODY"
| startspan -->
| </html><!--webbot bot="Include" i-checksum="50708" endspan --></td>
| <!--webbot bot="Include" U-Include="_includes/bottom.htm" TAG="BODY"
| startspan -->
| </html><!--webbot bot="Include" i-checksum="31013" endspan -->
| <!--webbot bot="Include" U-Include="_includes/right.htm" TAG="BODY"
| startspan -->
| </html><!--webbot bot="Include" i-checksum="36676" endspan --></td>
|
|
| Any help would be greatly appreciated.
|
| Thanks, Joe
|
|
 
J

Joe

Stefan,

Thank you very much for your answer.

It seems upon closer checking there was indeed
a </body> tag missing on each include page.

Why FP2002 left it out I do not know.

This solved my problem.

Thanks, Joe


Stefan B Rusynko said:
Usually an indication that somewhere in your code (probably your include
pages) you have unmatched tags pairs
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top