The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm trying to place a small picture to the left of my main logo, I'm trying to edit the header template but the picture shows up all wrong, it shows up way at the top of the screen to the left and pushes the rest of the page down. Any idea of what I could be doing wrong?
My home page |
#2
|
|||
|
|||
![]()
Can you post a copy of your header template please?
Ensure that you wrap it in [.code][/.code] tags (without the '.') then unlicenced users can't see it. |
#3
|
|||
|
|||
![]() Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0" id="AlbanyAnim" width="159" height="164"> <param name="movie" value="AlbanyAnim.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#FFFFFF"> <embed name="AlbanyAnim" src="AlbanyAnim.swf" quality="high" bgcolor="#FFFFFF" swLiveConnect="true" width="159" height="164" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> </object> <!-- 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]"> <center> <img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#4
|
|||
|
|||
![]()
Here you go. It just needed a little bit of tidying up round your logo. I've added the place for your new image. Just replace the text ADD NEW IMAGE HERE with the html code for your required image.
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0" id="AlbanyAnim" width="159" height="164"> <param name="movie" value="AlbanyAnim.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#FFFFFF"> <embed name="AlbanyAnim" src="AlbanyAnim.swf" quality="high" bgcolor="#FFFFFF" swLiveConnect="true" width="159" height="164" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> </object> <!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"> ADD NEW IMAGE HERE </td> <td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"> <center> <img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#5
|
|||
|
|||
![]()
thanks!
|
#6
|
|||
|
|||
![]()
no problem. let me know if you need any more help.
|
#7
|
|||
|
|||
![]() Quote:
![]() I can't get things to line up correctly, when I insert my flash image on the right, it pushes my main logo over to the left. I've tried changing the align tags but it doesn't seem to help much. Any suggestions? Home page thanks |
#8
|
|||
|
|||
![]()
I've sent you a PM
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|