The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Aligning forum body and logo
I realise it's probably a really simple question but I have extremely limited coding skills and similarly have been unable to find anything through searching here. If I've missed an obvious thread then apologies...
Anyway, a friend sorted the basic style for my forum (http://forums.airsofters.co.uk) when it was released. He's since "disappeared" and now we're looking at restyling the forum to look a bit more interesting. The problem is now the forum stretches to fill the browser window. Ideally we'd like it centred, with an underlying graphic visible on one side. Essentially, the aim is something like this: http://entropiaforum.com/forums/ Centred logo, centred body, background graphic. Through really awful hit and miss methods we've at least got the idea of a background graphic in place: http://forums.airsofters.co.uk/index.php?styleid=3 That's clearly a long, long way from ideal though as everything is completely buggered. Any input on how we can achieve the desired look would be great, thanks David |
#2
|
||||
|
||||
Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#3
|
|||
|
|||
Thanks, I will try that shortly - unfortunately it seems the server my forum is on is currently offline lol.
Any idea on aligning the main body to the centre too..? Thanks again Okay, I swapped out the header code with the code you posted - the logo hasn't moved. From the AdminCP I clicked Styles and Templates > Style Manager > Edit all settings > and then pasted it in the header box, replacing the previous code. Is this not the right place? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|