MyBB Community Forums

Full Version: Apart Night Header Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, Im setting up a new forum using apart night. I have 3 images for the header but cant seem to get the code right

1 image floats to the left, 1 floats to the center and 1 floats to the right

At the moment, the middle image is off center (to the left too much) and the bg.png image shows not the header.png

Any suggestions as to the problem?

The forum is here http://www.discoverthailand.asia/forum/

Ive changed the code a little but still cant seem to get it right Blush any suggestions please
Good news, I got the header code sorted out and correct

http://www.discoverthailand.asia/forum/

What do you think of the new header? and how does the forum look on your computer / screen resolution / browser? (the reason that I ask is that the forum header is made up of 3 separate images)
Just pointing out that you can't float to the center. But it looks fine on my monitor.
Thanks trilobyte, Ive used the code below, does that look correct to you?

<!--
<div class="logo"></div>
-->

<div class="logo">
<table width=100%>
<tr>
<td align="left">
<img src="http://www.discoverthailand.asia/forum/images/night/logoleft.png" />
</td>
<td align="center">
<a href="http://www.discoverthailand.asia/forum/">
<img src="http://www.discoverthailand.asia/forum/images/night/logo.png" alt="Discover Thailand Forum" title="Discover Thailand Forum" /></a>
</td>
<td align="right">
<img src="http://www.discoverthailand.asia/forum/images/night/logoright.png" />
</td>
</tr>
</table>
</div>
That table code seems fine, but I don't understand what the

<!--
<div class="logo"></div>
-->

Is for?
Neither do I lol, It was there, so I left it there
You can just delete that, since it's commented out and not doing anything anyway.
ok thanks AJS. So what do you think of the new header? and how does the forum look on your computer / screen resolution / browser?