To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46094
                  Issue #:|46094
                  Summary:|OpenOffice HTML Export (not standard html)
                Component:|Presentation
                  Version:|OOo 2.0 Beta
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|save-export
              Assigned to:|wg
              Reported by:|droopy80





------- Additional comments from [EMAIL PROTECTED] Sun Mar 27 09:57:51 -0800 
2005 -------
When using File --> Export --> HTML Document --> Standard HTML Format without
"Create title page" and without "Show notes", the html files produced are not
standard html file. Here is an example of an html file created by OpenOffice
Impress HTML Export :

<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 1</title>
</head>
<body text=#000066 bgcolor=#CCD0DE link=#0000CC vlink=#000080 alink=#0000CC>
<center>
<img src="first0.gif" border=0 alt="First Page"> <img src="prev0.gif" border=0
alt="Back"> <a href="img1.html"> <img src="next0.gif" border=0
alt="Continue"></a> <a href="img71.html"><img src="last1.gif" border=0 alt="Last
Page"></a> <a href="text0.html"><img src="text.gif" border=0
alt="Text"></a></center><br>
<center><img src="img0.jpg"></center>
</body>
</html>

 There are some things that are missing to make a standard html file :
- there is no document type declaration (<!DOCTYPE HTML PUBLIC...>);
- there are some " symbols missing in the color declarations in <body>;
- a required attribute "ALT" is not specified for "img0.jpg".

 Furthermore, it would be nice to create an option for the "text.html" files. I
didn't need them but I can't find a way not to create them and the corresponding
buttons. 

Here is a version of the same file in standard html :

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/transitional.dtd";>
<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 1</title>
</head>
<body text="#000066" bgcolor="#CCD0DE" link="#0000CC" vlink="#000080"
alink="#0000CC">
<center>
<img src="first0.gif" border=0 alt="First Page"> <img src="prev0.gif" border=0
alt="Back"> <a href="img1.html"> <img src="next0.gif" border=0
alt="Continue"></a> <a href="img71.html"><img src="last1.gif" border=0 alt="Last
Page"></a> <a href="text0.html"><img src="text.gif" border=0
alt="Text"></a></center><br>
<center><img src="img0.jpg" alt="img0"></center>
</body>
</html>

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to