You are here:  » space between content of header.php and searchform.php


space between content of header.php and searchform.php

Submitted by rolli1 on Tue, 2006-09-26 22:32 in

Hi David,

between the header.php and searchform.php ind the index.php a lot of blank space is displayed. How can I reduce this space for making the searchform better visible for visitors?

require("html/header.php");

require("html/searchform.php");

Roland

Submitted by support on Wed, 2006-09-27 06:08

Hi Roland,

The space comes from line 8 in index.php:

print "<div style='height:120px;'>&nbsp;</div>";

You can either just remove it, or reduce the value of height in the style tag.

Cheers,
David.

Submitted by rolli1 on Wed, 2006-09-27 08:05

Hi David,

I knew that, but unless I removed it the space did not get smaler. I have a lot of text in the header.php. Could this be the reason for the blank space?

Roland

P.S.: after having a good breakfast I found the reason. It was a table which I created too large.

Greetings

Roland