How to change logo skin vBSkinworks 3x?

warrior13

New Member
Original header cod skin vBSkinworks 3x is 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


Half-solution is this:

Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
	<td align="center"><a href="$options[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
	<center><td align="$stylevar[align=right]" id="header_right_cell">
		<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
	</td></center>
</tr>
</table>
<!-- /logo -->



<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

But it has several shortcomings and the essential is that the logo image a change in resolution narrows or widens, the very look of the site rose.

I prayed for help if possible standard insert a logo instead of the three in the first COD?
 

Hoxxy

New Member
Admincp >> Styles & Templates >> style manager

Open 3x under "all style options"

scroll down to "Image Paths"
and change "Title Image" with your logos path and name.
 
Top