correction for the logo

warrior13

New Member
Hello,

I installed skin 3x by vBSkinworks that I really like but do not manage to solve the problem of forum logo.

Logo on the site of the Forum are 3 images next to each other with a left to right and at the end of the void.

Board now looks like this:

forumboard.jpg


Header looks like this:

Code:
<!-- logo -->
<body onLoad="MM_preloadImages('3xrez/images/3xskin2_09.jpg','3xrez/images/3xskin2_11.jpg','3xrez/images/3xskin2_12.jpg','3xrez/images/3xskin2_13.jpg','3xrez/images/3xskin2_14.jpg')">
<table width="734" border="0" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr>
    <td height="96" colspan="2" valign="top"><img src="3xrez/images/x3skin1_01.jpg" width="160" height="96" alt="" /></td>
    <td colspan="4" valign="top"><img src="3xrez/images/3xskin1_02.jpg" width="207" height="96" alt="" /></td>
    <td colspan="3" valign="top"><img src="3xrez/images/x3skin1_03.jpg" width="367" height="96" alt="" /></td>
  </tr>
  <tr>
    <td width="65" height="52" valign="top"><img src="3xrez/images/x3skin1_08.jpg" width="65" height="52" alt="" /></td>
    <td colspan="2" valign="top"><a href="index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','3xrez/images/3xskin2_09.jpg',1)"><img src="3xrez/images/x3skin1_09.jpg" alt="Homebase" name="Image5" width="126" height="52" border="0" id="Image5" /></a></td>
    <td width="46" valign="top"><img src="3xrez/images/x3skin1_10.jpg" width="46" height="52" alt="" /></td>
    <td width="125" valign="top"><a href="memberlist.php$session[sessionurl_q]" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','3xrez/images/3xskin2_11.jpg',1)"><img src="3xrez/images/x3skin1_11.jpg" alt="Profiles" name="Image7" width="125" height="52" border="0" id="Image7" /></a></td>
    <td colspan="2" valign="top"><a href="usercp.php$session[sessionurl_q]" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','3xrez/images/3xskin2_12.jpg',1)"><img src="3xrez/images/x3skin1_12.jpg" alt="User Control Panel" name="Image8" width="122" height="52" border="0" id="Image8" /></a></td>
    <td width="122" valign="top"id="usercptools"><a href="#usercptools" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','3xrez/images/3xskin2_13.jpg',1)"><img src="3xrez/images/x3skin1_13.jpg" alt="FastNav" name="Image9" width="122" height="52" border="0" id="Image9" /></a><script type="text/javascript">vbmenu_register("usercptools",true);</script></td>
    <tr>
    <td height="19" valign="top"><img src="3xrez/images/3XFORUMSKIN_15.jpg" width="65" height="19" alt="" /></td>
    <td width="95">&nbsp;</td>
    <td width="31">&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td width="5">&nbsp;</td>
    <td width="117">&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

My wish is that I only had 1 logo and spun the whole VERTIKAL from the left edge to the right forum. How to do? Thanks in advance all who help.
 

CarlMan

New Member
what you want is a total remake of the header, and that is tough work. I doubt somebody in here will help you with that. sorry :/
 
Top