The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How would I change my header to go to my actual site instead of the forums?
This is what I have at the moment. PHP Code:
|
|
#2
|
|||
|
|||
|
Copy and paste this to replace the above:
HTML Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevarcenter]"><a href="http://www.YOURSITE.com"><img src="$stylevar[titleimage]" border="0" alt="YOURSITE.com" /></a></td> <td align="$stylevar[right]"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output
|
|
#3
|
|||
|
|||
|
|
|
#4
|
|||
|
|||
|
|
|
#5
|
|||
|
|||
|
Thanks it worked
|
![]() |
|
|