The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Image Alignment
Hi, i need some help with the banner on my forum and the bottom of my forum, www.clan-sip.com as you can see the banner doesn't line up with the rest of the forum even though it is the correct width, also i need some help with the bottom of my forum it looks really rough, i was hoping someone could help me to get it to look like the bottom of www.clubhabboforum.net or similar.
thank you in advance. |
#2
|
|||
|
|||
In your header template:
HTML Code:
<table border="0" width="850" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="left"><a href="index.php?"><img src="/forum/images/banner.jpg" border="0" alt="Skill In Peace" /></a></td> <td align="right" id="header_right_cell"> </td> </tr> </table> |
#3
|
|||
|
|||
oo k thnx
--------------- Added [DATE]1234433323[/DATE] at [TIME]1234433323[/TIME] --------------- ok i tried that and with no luck, how do i do the div thing you were talking about? |
#4
|
|||
|
|||
Sorry, I was looking at the wrong align statement, change this one:
[HTML} <div style="padding:0px 25px 0px 25px" align="left"> [/HTML] Its just after the table. Change the 25px to 15px |
#5
|
|||
|
|||
This is the whole text
HTML Code:
<!-- 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="/forum/images/banner.jpg" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]" id="header_right_cell"> <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] there is no div area --------------- Added [DATE]1234445802[/DATE] at [TIME]1234445802[/TIME] --------------- can anyone help me im still in need of a solution. thanks |
#6
|
||||
|
||||
HTML Code:
<!-- 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="/forum/images/banner.jpg" border="0" alt="$vboptions[bbtitle]" /></a></td> <!--<td align="$stylevar[right]" id="header_right_cell"> <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if> </td>--> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] If you are not going to use advert in your header you can try the above code. . |
#7
|
|||
|
|||
omg thank you seven that worked! thnx so much
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|