Having Problem with Header

Status
Not open for further replies.

Rohit

Active Member
1,145
2009
149
20
Hello Guys,

I want to add three button links to the right side of the header (see the image below). but I don't know where to edit the code. I really have no Idea. Someone Please help me and explain in detail.

below is the image of my header:

[slide]http://lulzimg.com/i17/cd0d26.png[/slide]
 
8 comments
Insert an image ( I guess you know how to ) and move it up by

TOP: x PX, LEFT : xPx , etc

Or PM me , I will put it up for ya ;)
 
what you could do is within the header template add a float:right after the logo(code) then button links, if you need help, i'll be more then glad to help :) just let me know ;)
 
<!-- logo -->
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar
"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar
" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
</td>
</tr>
</table>
<!-- /logo -->
After or before this
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>​
 
Status
Not open for further replies.
Back
Top