I'm having a bit of trouble aligning my new header/logo image under Common Templates > Header, hopefully someone can help me out...

Anywho, I don't understand why the image's I'm using seem to overlap the tables by one damn pixel! As the below screenshot indicates:
http://img17.echo.cx/img17/6057/1pixel1ac.gif
It's hard to see but take my word for it, the header overlaps by a single pixel.
And here's the code for those interested:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]" width="1" height="150"><img src="$stylevar[imgdir_misc]/inf_logo_left.jpg" border="0" alt="" /></td> <td align="$stylevar[center]" width="100%" height="150" background="$stylevar[imgdir_misc]/inf_logo_repeat.jpg"></td> <td align="$stylevar[right]" width="275" height="150"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output
I've tried a few things ranging from putting a <div align= command around the table to specfying the table width/height and no luck.
Sorry if I was a bit vague, if I missed something out then please let me know. Any help would be appreciated!
Comment