Skip to main content
Participant
July 1, 2008
Question

RoboHelp 7.02 Template Upgrade Problem

  • July 1, 2008
  • 1 reply
  • 454 views
Below is an example of code where the image reference is not included in the upgraded template file:

Note that the "div placeholder" section is missing from the converted file.

BEFORE CONVERSION:
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">

<html>

<!--(==============================================================)-->
<!--(Document created with RoboEditor. )============================-->
<!--(==============================================================)-->

<head>

<title>Gray texture </title>

<!--(Meta)==========================================================-->

<meta http-equiv=content-type content="text/html; charset=windows-1252">
<meta name=generator content="RoboHELP by eHelp Corporation - www.ehelp.com">
<meta name=generator-major-version content=0.1>
<meta name=generator-minor-version content=1>
<meta name=filetype content=kadov>
<meta name=filetype-version content=1>
<meta name=page-count content=1>
<meta name=layout-height content=362>
<meta name=layout-width content=771>


<!--(Links)=========================================================-->

<link rel="StyleSheet" href="default.css">



<!--(Style Sheet)===================================================-->

<style>
<!--

body {
background-color: #808080;
background-image: url(Texture_bumpy_averageblur5.jpg);
}

-->
</style>


</head>

<!--(Body)==========================================================-->


<body>

<div placeholder
id=header
style="width: 100%; position: relative;">
<p><img src="Field def GSA right bevel.png"
x-maintain-ratio=TRUE
style="border: none;
width: 700px;
height: 72px;
float: none;
border-style: none;
border-style: none;"
width=700
height=72
border=0></p>
</div>
<h1 style="margin-bottom: 0pt; margin-top: 0pt;"> </h1>

<h1 style="margin-bottom: 0pt; margin-top: 0pt;">Field Definition</h1>

<p> </p>

<p><a HREF="Glossary/Glossary_Index.htm">Glossary Index</a></p>

<p> </p>

<p> </p>

</body>

</html>


AFTER CONVERSION:
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
<html><head>
<meta http-equiv=content-type content="text/html; charset=utf-8">
<meta name=generator content="Adobe RoboHelp - www.adobe.com">
<meta name=generator-major-version content=0.1>
<meta name=generator-minor-version content=1>
<meta name=filetype content=RoboHelp>
<meta name=filetype-version content=1>
<meta name=page-count content=1>
<meta name=layout-height content=362>
<meta name=layout-width content=771>
<title>Gray texture </title>

<link rel=StyleSheet href=default.css>

<style><!--

body {
background-color: #808080;
background-image: url(Texture_bumpy_averageblur5.jpg);
}
-->
</style>

</head>
<body>
<h1 style="margin-bottom: 0pt; margin-top: 0pt;"> </h1>
<h1 style="margin-bottom: 0pt; margin-top: 0pt;">Field Definition</h1>
<p> </p>
<p><a HREF="Glossary/Glossary_Index.htm">Glossary Index</a></p>
<p> </p>
<p> </p>
</body>
</html>
This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

July 7, 2008
Is "div placeholder" valid/recognized CSS? If not, maybe RH doesn't understand it and is removing that section of code. Just hazarding a guess here.

Also, I'd recommend not having any spaces in your image file names such as this one: "Field def GSA right bevel.png."

--Ben