PDA

View Full Version : Quick (easy?) style question



Zelos
Wed 21st Jun '06, 1:20am
I'll need this diagram to illustrate what I'm trying to do:


As you can see, I'm using the default VB style. At the top, there is a logo, next to which is empty space. What I'm trying to do is what http://www.vbulletin.org has at the top, the logo, next to which is a continuing pattern (like in the green square in my image). Can anyone tell me how I'd do this. I just bought VB, and am very new to this :o

Zachery
Wed 21st Jun '06, 1:45am
Edit the header template, there is an additional td after the one that contains the logo.

AdminCP > Styles & Templates > Style Manager > Click on << >> >

Zelos
Wed 21st Jun '06, 2:32am
I'm sorry, I'm a total noob at this...

Could you show me exactly what/where/how I need to modify the header to do what I mentioned in the first post:


<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
I know it's probably something really easy...

Zachery
Wed 21st Jun '06, 2:33am
<td align="$stylevar[right]">
&nbsp;
</td>

Is where you can add more.