How to add a picture......?

X Man

New Member
I want to add a picture in right side in header. (see demo for example).

Demo:-
i282367_demo.jpg


My header code:-
Code:
<a name="top"></a>
<div align="center">
<div id="sizd" style="width:$sizd">

<!-- Top Nav -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
 <tr>
	<td><img src="$stylevar[imgdir_misc]/_cor-top-lft2.gif" alt="" /></td>
<if condition="THIS_SCRIPT == 'adv_index'">
	<td class="vbtop_hover"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a></td>
<else />
	<td class="vbtop_control" style="cursor:pointer;" onmouseover="this.className='vbtop_hover';" onmouseout="this.className='vbtop_control';" onclick="window.location.href='$vboptions[homeurl]'"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a></td>
</if>
<if condition="THIS_SCRIPT == 'index'">

	<td class="vbtop_hover"><a href="$vboptions[forumhome].php$session[sessionurl_q]">$vbphrase[forum]</a></td>
<else />
	<td class="vbtop_control" style="cursor:pointer;" onmouseover="this.className='vbtop_hover';" onmouseout="this.className='vbtop_control';" onclick="window.location.href='$vboptions[forumhome].php$session[sessionurl_q]'"><a href="$vboptions[forumhome].php$session[sessionurl_q]">$vbphrase[forum]</a></td>
</if>
	<td width="100%" class="cor-top-x"></td>
	<td><img src="$stylevar[imgdir_misc]/_cor-top-rht2.gif" alt="" /></td>
 </tr></table>
<!-- /Top Nav -->

<div id="outer">
	<div id="mid">
<div id="bdr1">
	<div align="$stylevar[align=left]" class="page">

<!-- Logo -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" class="gfx_logo">
<tr>
	<td align="$stylevar[align=left]">

<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
	<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>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
 
Top