Hi There
I have a large white gap at the top of my home page and I have no idea how it got there, has anyone had this before?
Hi,
index.php in the distribution uses a DIV to creates a gap between the top of the page and the search form - created by this code on line 8:
print "<div style='height:120px;'> </div>";
If you delete that line that should be all it is...
Cheers, David.
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi,
index.php in the distribution uses a DIV to creates a gap between the top of the page and the search form - created by this code on line 8:
print "<div style='height:120px;'> </div>";
If you delete that line that should be all it is...
Cheers,
David.