The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Header help
For the header i`ve got i image the i want left i have a matching image for the end which i want to repeat 100% of the forums how do i repeat in the header?
|
#2
|
|||
|
|||
Could you provide a diagram or try to describe what you are trying to do again? I'm not exactly sure what you are asking for.
|
#3
|
||||
|
||||
I want this image to the left
And this image to repeat from the end of the first image the whole width of the header what would be the header code? |
#4
|
|||
|
|||
Centralised logo with repeat on either side.
Okay then. If assuming you have nothing else extra in your header, you will be looking to end up with something like this: Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td class="logofluid"> </td> <td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td class="logofluid"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] HTML Code:
.logofluid { background: #COLOURCODE url(IMAGELOCATION.gif repeat-x; width: 50%; } Logo on the left and repeating image on the right. I have not tested this code so let me know if it doesn't work: Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td class="logofluid"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] Code:
.logofluid { background: #COLOURCODE url(IMAGELOCATION.gif repeat-x; width: 100%; } |
#5
|
||||
|
||||
Thanks for nice logo
I added your code and now i just get the vbulletin logo in the middle? And thanks for all your help --------------- Added [DATE]1250367233[/DATE] at [TIME]1250367233[/TIME] --------------- if i give you the images path would that help? |
#6
|
|||
|
|||
Did you use the first or second version of the code. It might be easier for me to help you over live chat. If you have MSN and want to speak to me there instead. PM me your email.
--------------- Added [DATE]1250367307[/DATE] at [TIME]1250367307[/TIME] --------------- If you give me the image path, I will customise the code for you. |
#7
|
||||
|
||||
I put this in is it wrong?
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td class="logofluid"> </td> <td align="center"><a href=http://www.blackops-squad.com/maxjay/7_01.jpg"$vboptions[forumhome].php$session[sessionurl_q]"><img src=http://www.blackops-squad.com/maxjay/7_01.jpg"$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td class="logofluid"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] --------------- Added [DATE]1250367642[/DATE] at [TIME]1250367642[/TIME] --------------- And this for extra css .logofluid { background: #COLOURCODE url(maxjay/line.png repeat-x; width: 50%; } |
#8
|
|||
|
|||
Yes, I posted a second version of code up when I re-read what you wanted to do.
Replace it with this: HTML Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td class="logofluid"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] HTML Code:
.logofluid { background: #0c0c0c url(maxjay/line.png repeat-x; width: 100%; } --------------- Added [DATE]1250369783[/DATE] at [TIME]1250369783[/TIME] --------------- This issue it now resolved. It is due to a missing close bracket in the css. |
#9
|
||||
|
||||
Me again having trouble with header.
I want to put a right and left banner with a fliud bit in the middle how would i do this? --------------- Added [DATE]1264766817[/DATE] at [TIME]1264766817[/TIME] --------------- This issue is now resolved. Forums banner Link here See what you all think |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|