Ok Merge This,
Yes I did enter the header (just inserted header for now)
image inside the dotted line in the header part not the body of
template.
This is partial code from the template file it self. As a
note I am applying this template to exising topic pages so no I did
not create the pages with this temp. Here is part of the .htt file
code:
<!--(Style
Sheet)===================================================-->
<style>
<!--
body {
border-left-style: Groove;
border-left-width: 4px;
border-right-style: Groove;
border-right-width: 4px;
border-top-style: Groove;
border-top-width: 4px;
border-bottom-style: Groove;
border-bottom-width: 4px;
}
-->
</style>
</head>
<!--(Body)==========================================================-->
<body>
<div placeholder
id=header
style="width: 100%; position: relative;">
<p><img src="BrandNav_OLH.gif"
x-maintain-ratio=TRUE
style="border: none;
width: 560px;
height: 50px;
border-style: none;
float: none;
border-style: none;"
width=560
height=50
border=0><img src="bar.bmp"
x-maintain-ratio=TRUE
style="border-left-style: Groove;
border-top-style: Groove;
border-right-style: Groove;
border-bottom-style: Groove;
border-left-width: 2px;
border-right-width: 2px;
border-top-width: 2px;
border-bottom-width: 2px;
border-left-color: #ffffff;
border-right-color: #ffffff;
border-top-color: #ffffff;
border-bottom-color: #ffffff;
height: 31px;
width: 557px;
float: none;"
height=31
width=557
border=2></p>
<p><img src="OLH_title_ddr.gif"
x-maintain-ratio=TRUE
style="border: none;
width: 530px;
height: 30px;
border-style: none;
float: none;
border-style: none;"
width=530
height=30
border=0></p>
</div>
<h1><!--kadov_tag{{<variable name=title
x-format=default
x-value="New Template NEW">}}-->New Template
NEW<!--kadov_tag{{</variable>}}--></h1>
<p>This is placeholder text for your template. To add
content to the body,
replace this text. To add a header or footer, click the
<b>Header</b>
or <b>Footer</b> button on the
toolbar.</p>
<p> </p>
<p>The heading in this template is a special field for
topic titles, so
generally you do not need to edit it.</p>
<p> </p>
<p>For information about applying templates to topics,
press <b>F1</b>.</p>
</body>
</html>
And the following is on the very top (<Head> section of
each topic page which has the Template applied:
<!--(Meta)==========================================================-->
<meta name="template" content="New Template NEW.htt">
Believe me, no question is goofy. It's better to ask then not
know at all. I admit I am no RoboHelp expert but am trying to learn
from experts on these forum, including you (and Rick). I appreciate
all the help.