Gossamer Forum
Home : Products : Others : Fileman :

Latest Fileman Removes Body Tag From HTML?

Quote Reply
Latest Fileman Removes Body Tag From HTML?
The latest Fileman breaks my HTML pages when I view them in the built in editor. It strips out the BODY tag from my HTML page. Here is an example:

The existing start of the html file on the servers looks like this:

Code:

<html>
<head>
<title>Title Here</title>
<style type="text/css">
<!--
a:hover { text-decoration: underline; background-color: #000000}
a:visited { text-decoration: none}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<body bgcolor="#000000" background="../../folder/folder/folder/image.gif" text="#000000" link="#000000" vlink="#000000" alink="#000000">
<div align="center">


I open the file in the HTML editor in Fileman and I do nothing to it, just open it, then switch the mode to text and view it again and this is what it looks like:

Code:

<html>
<head>
<title>Title Here</title>
<style type="text/css">
<!--
a:hover { text-decoration: underline; background-color: #000000}
a:visited { text-decoration: none}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<DIV align=center>


The BODY tag (open and close) is now missing from the document.

Is this because the BODY tag attributes have been deprecated in HTML 4.0 or is this an error? It seems aggressive to strip the BODY tags out completely, because even in 4.0 I think it expects a start and end BODY tag, though without attributes?
Subject Author Views Date
Thread Latest Fileman Removes Body Tag From HTML? Sunlane 3558 Nov 26, 2004, 6:40 PM
Thread Re: [Sunlane] Latest Fileman Removes Body Tag From HTML?
Sunlane 3472 Nov 26, 2004, 6:53 PM
Thread Re: [Sunlane] Latest Fileman Removes Body Tag From HTML?
Sunlane 3462 Dec 10, 2004, 9:46 PM
Thread Re: [Sunlane] Latest Fileman Removes Body Tag From HTML?
KeithW 3281 May 14, 2005, 2:02 AM
Post Re: [KeithW] Latest Fileman Removes Body Tag From HTML?
KeithW 3224 May 23, 2005, 5:29 AM