
01-29-2009, 04:48 PM
|
|
|
Join Date: Jul 2006
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Help!
I have this image here:

As you can see the writing is in the middle and on this one it isn't:

How can I get the writing in the middle on this one?
Code from Templates here:
PHP Code:
<!-- what's going on box -->
<table cellpadding="0" cellspacing="0">
<tr>
<td width="84" height="37px" align="left" valign="top"><img src="$stylevar[imgdir_misc]/cat-left.gif" alt=" " border="0" /></td>
<td width="100%" height="37px" style="height:35px;background-image:url($stylevar[imgdir_misc]/cat-middle.gif)" valign="middle"><br>
<b><font color="#ffffff">$vbphrase[whats_going_on]</font></b>
</td>
<td width="86" height="37" align="right" valign="top"><img src="$stylevar[imgdir_misc]/cat-right.gif" alt=" " border="0" /></td>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
$template_hook[forumhome_wgo_pos1]
<if condition="$show['loggedinusers']">
Much appreciated
Ryan
|