Some spacing around my header ?

tijmen_4real

New Member
Hi !

Check out my test-area for our company forum, yet to be launched, here.
You'll see the header with some white space above, and not really nice centered.

1: How can i remove the white space (spacing/margin/padding) above this header ?
2: How can i center this header ? It's like 1/2 pixels off....

Greetz,

Tijmen_4real
 
Try removing:
PHP:
<a name="top"></a>
from the top of header template to remove gap at the top.

Where you see the red highlight below replace left with center to center your logo.

<!-- logo -->
<a name="top"></a>
<table border="0" width="900" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="left"> <a href="index.php"><img src="images/header.jpg" border="0" alt="Forum van de OR binnen W. Heemskerk B.V." /></a></td>
<td align="right">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->
 
Check my link again. I tried both of your solutions. They sound usefull, but didn't help out.
Someone got any other ideas ???
 
Ok, i centered it. For some strange reason there was another table next to the header, with only a &nbsp in it. I removed it, and removed my first problem.

Now, how can i get rid of the white space above my forum-header ?? (link)
 
Back
Top