raiderlax
07-25-2007, 02:19 PM
Hey everyone I'm trying to align a graphic in my header and am having a hard time doing this, I have tried so much but it won't work.
Here's the top part of my header I'm trying to edit, I'm trying to center the graphic "n2.jpg" in bold, but for some reason since it's the tables or something it just won't center when I put align=center or middle, like that:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/header_bg.gif)">
<tr>
<td><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/n1.jpg" align="center" border="0" alt="" /></a></td>
<td><img src="$stylevar[imgdir_misc]/header_bg.gif" border="0" alt="" /></td>
<td><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/n2.jpg" align="center" border="0" alt="" /></a></td>
<td width="100%"><img src="$stylevar[imgdir_misc]/header_bg.gif" border="0" alt="" /></td>
Trying to make this centered:
<td><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/n2.jpg" align="center" border="0" alt="" /></a></td>
Any help is greatly appreciated :)
sorry forget it know how to do it, just had a little mistake :)
Here's the top part of my header I'm trying to edit, I'm trying to center the graphic "n2.jpg" in bold, but for some reason since it's the tables or something it just won't center when I put align=center or middle, like that:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/header_bg.gif)">
<tr>
<td><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/n1.jpg" align="center" border="0" alt="" /></a></td>
<td><img src="$stylevar[imgdir_misc]/header_bg.gif" border="0" alt="" /></td>
<td><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/n2.jpg" align="center" border="0" alt="" /></a></td>
<td width="100%"><img src="$stylevar[imgdir_misc]/header_bg.gif" border="0" alt="" /></td>
Trying to make this centered:
<td><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/n2.jpg" align="center" border="0" alt="" /></a></td>
Any help is greatly appreciated :)
sorry forget it know how to do it, just had a little mistake :)