View Single Post
Old 01-07-2005, 06:13 AM   #1
jensb
Green Mole
 
Join Date: Jan 2005
Posts: 2
Question "1 1" between page header and search result

Hi all,

as I found in this thread I modified phpdig to use custom headers and footers. It works fine but I have this between the header and the search result:
Quote:
1 1
I don't know where they come from. Here the code of the template, the end of the header and of the website later in the browser:
HTML Code:
<!-- Template simple.html -->

<phpdig:my_page_header/>
<phpdig:my_page_header/>
<font face='arial,helvetica'>
<phpdig:form_head/>
....
HTML Code:
<!-- End of header file banner_search.inc.php -->

...
</map>
^^ no additional line is after the ">" and also no blanks!

HTML Code:
<!-- part with the problem that is shown in the browser -->

...
</map>1
1
<font face='arial,helvetica'>
<font color="#FFFFFF">
<form action='search.php' method='post'>
      <input type='hidden' name='path' value=''/>
      <input type='hidden' name='refine' value='0'/>
      <input type='hidden' name='template_demo' value='simple.html'/>
      <input type='hidden' name='result_page' value='search.php'/>
</font>
^^ between "</map>" and "<font......" is the problem. Where do they come from? Anybody can give me a hint?

Thanks!
jensb is offline   Reply With Quote