crazyele
11th December 2006, 02:49 AM
need help configuring the logo , when i add my logo it shortens itself to the size of vbulletin. i would like a big size for a logo
any help woule be appreciated
thx
any help woule be appreciated
thx
|
View Full Version : logo on site crazyele 11th December 2006, 02:49 AM need help configuring the logo , when i add my logo it shortens itself to the size of vbulletin. i would like a big size for a logo any help woule be appreciated thx darnoldy 23rd January 2007, 11:14 AM any help woule be appreciatedLet's see the code in your header template--that's where the error is. Mr. Mach5 6th July 2007, 06:25 PM I need help also...I'll go copy my header code and my logo info... Mr. Mach5 6th July 2007, 08:47 PM Ok here's my header code I just want to put my banner in the top left side....how the heck do I do this? I'm an super novice so sorry if I come off like an idiot. Thanks ------------------------------------------------------------------ <!-- set below for skin width--> <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="100%" align="left" valign="top"> <div id="brd_outer"> <div id="brd_in"> <!-- begin iSkin header / logo is controlled via #logo in main CSS file --> <div id="hdr_bdr"> <div id="hdr"><div id="logo"></div></div> <div id="hdr_btm"></div> </div> <div id="nav_back"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="107" height="29" align="left" valign="top"><img src="$stylevar[imgdir_misc]/nav_ls.gif" width="107" height="29" alt="" /></td> <td align="center"> <!-- begin navigation buttons table --> <table width="339" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="43" height="29"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img id="nav_home" src="$stylevar[imgdir_misc]/nav_home.gif" width="43" height="29" border="0" alt="" /></a></td> <td width="67" height="29"><a href="usercp.php$session[sessionurl_q]"><img id="nav_cp" src="$stylevar[imgdir_misc]/nav_cp.gif" width="67" height="29" border="0" alt="" /></a></td> <if condition="$show['registerbutton']"> <td width="67" height="29"><a href="register.php$session[sessionurl_q]" rel="nofollow"><img id="nav_reg" src="$stylevar[imgdir_misc]/nav_reg.gif" width="67" height="29" border="0" alt="" /></a></td> <else /> <td width="53" height="29" id="usercptools"><a href="$show[nojs_link]#usercptools"><img id="nav_menu" src="$stylevar[imgdir_misc]/nav_menu.gif" width="53" height="29" border="0" alt="" /></a><script type="text/javascript"> vbmenu_register("usercptools", 1); </script></td> </if> <td width="67" height="29"><a href="memberlist.php$session[sessionurl_q]"><img id="nav_members" src="$stylevar[imgdir_misc]/nav_members.gif" width="67" height="29" border="0" alt="" /></a></td> <td width="75" height="29"><a href="calendar.php$session[sessionurl_q]"><img id="nav_cal" src="$stylevar[imgdir_misc]/nav_cal.gif" width="75" height="29" border="0" alt="" /></a></td> <td width="59" height="29" id="navbar_search"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow"><img id="nav_search" src="$stylevar[imgdir_misc]/nav_search.gif" width="59" height="29" border="0" alt="" /></a><if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search" ,1); </script></if></td> <td width="35" height="29"><a href="faq.php$session[sessionurl_q]" accesskey="5"><img id="nav_faq" src="$stylevar[imgdir_misc]/nav_faq.gif" width="35" height="29" border="0" alt="" /></a></td> <td width="2" height="29"><img id="nav_rs" src="$stylevar[imgdir_misc]/nav_rs.gif" width="2" height="29" alt="" /></td> </tr> </table> <!-- End navigation buttons table --> </td> <td width="92" height="29" align="right" valign="top"><img src="$stylevar[imgdir_misc]/nav_rs_end.gif" width="92" height="29" alt="" /></td> </tr> </table> </div> <!-- content table --> <table bgcolor="#191919" width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td> $spacer_open $_phpinclude_output Mr. Mach5 6th July 2007, 09:13 PM http://img.photobucket.com/albums/v220/Mach5WRX/header.jpg Something like this |