![]() |
|
#1
|
|||
|
|||
|
I would like the logo on my site to be centred ,and not off to the left ,preferably the same size as the main body of the forums.
I would also like a navigation module ,so that I can place links to the gallery/forum etc |
|
#2
|
||||
|
||||
|
1. Concerning the logo on your site as it is right now, are you going to be changing the site's style to match the logo? Or is the image that's there now just something of a placeholder for the time being? You can go about changing the logo a couple different ways.
In order to have your logo span the same size as the main table of your forum, you'll need to have your logo inserted into a table and put into the header template of your site. For example: Code:
<table width="100%" border="0" bgcolor="#000000">
<tr>
<td width="500" bordercolor="#000000"><div align="left"><a href="http://www.hdfuk.net/forum/index.php?"><img src="http://www.hdfuk.net/forum/images/misc/header.gif" border="0"></a></div></td>
<td> </td>
<td> </td>
</tr>
</table>
The second option for this is to simply have an image that spans the entire width of your forum, and hope your users don't mind having a horizontal scrollbar. As for the navigation module, there are a few floating around in the Hacks and Add On's sections, just do a search
|
|
#3
|
|||
|
|||
|
Quote:
Or is there a certain section I need to change? <!-- 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]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> <!-- NEW HEADER & NAVBAR Now that the nav buttons are in the navbar template, you can stick whatever you like into this space. This makes it much easier for novice admins to customize their header template without affecting important navigation elements. --> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output Last edited by SalTheWop; 01-30-2005 at 09:44 AM. |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Couple of easy questions.. | royals | Troubleshooting / "How do I..." Questions | 3 | 11-27-2004 10:58 AM |
| A couple of questions before installation | JonC | Troubleshooting / "How do I..." Questions | 1 | 10-24-2004 06:10 PM |
| Got a couple of questions | gatorlca | Troubleshooting / "How do I..." Questions | 5 | 07-14-2004 10:57 PM |
| A couple of questions please | stuarttunstall | Chit Chat | 1 | 06-04-2004 07:11 AM |