neonneon
02-16-2008, 02:42 AM
Hey, I wanted to add a second image to my logo. I already have the main logo on the left, and the repeating background image, but I want to add another image on the right.... Here is a link to my site...
transversegfx.com <-- if that doesnt work, use the link in my sig, I might have had a typo lol
If you can tell me how to align a second image on the right, I will <3 you forever lol
I have tried adding it to the exsisting code, but the code is different then what I am used to. This is the code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" class="tborder">
<tr>
<td align="center" valign="top">
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr class="header_bg">
<td align="$stylevar[left]" valign="middle"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle] ALIGN=LEFT" /></a>
</td>
<td align="$stylevar[right]">
<!-- banners --></td>
</tr>
<tr>
<td height="34" colspan="2" class="vb_navigation">
</td></tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
And I want to add this image (code):
<a href="transversegfx.com/forums/payments.php" target="_blank"><img src="http://i140.photobucket.com/albums/r33/XIToNEONoTIX/logoprem.gif" border="0" alt="Get Premium"></a>
transversegfx.com <-- if that doesnt work, use the link in my sig, I might have had a typo lol
If you can tell me how to align a second image on the right, I will <3 you forever lol
I have tried adding it to the exsisting code, but the code is different then what I am used to. This is the code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" class="tborder">
<tr>
<td align="center" valign="top">
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr class="header_bg">
<td align="$stylevar[left]" valign="middle"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle] ALIGN=LEFT" /></a>
</td>
<td align="$stylevar[right]">
<!-- banners --></td>
</tr>
<tr>
<td height="34" colspan="2" class="vb_navigation">
</td></tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
And I want to add this image (code):
<a href="transversegfx.com/forums/payments.php" target="_blank"><img src="http://i140.photobucket.com/albums/r33/XIToNEONoTIX/logoprem.gif" border="0" alt="Get Premium"></a>