rickyreter
01-22-2007, 11:31 AM
Hi,how in header template and where do i add links like you have on here at top right..not very good on html.
See www.cartalkuk.co.uk i want them to the top right on my site
Thanks Peter
Peggy
01-22-2007, 11:57 AM
You need a table in your header template.
Try this:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="left" valign="top">
header code here
</td>
<td align="center" valign="top>
Links code here
</td>
</tr>
</table>
You'll have to mess with the code a bit but I'm betting you can do it ;)
rickyreter
01-22-2007, 12:05 PM
Hi,is that the complete header code of mine in header code on yours?:p
rickyreter
01-22-2007, 12:07 PM
This is my code:
$spacer_open
$_phpinclude_out
<!-- 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]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
:)
rickyreter
01-22-2007, 12:24 PM
ummm....not sure what you mean?:confused: :confused:
Peggy
01-22-2007, 12:35 PM
$spacer_open
$_phpinclude_out
<!-- 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]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions" /></a></td>
<td align="[B]Links code goes here">
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
using your header code, place the code for your links where I have indicated in red, above.
rickyreter
01-22-2007, 01:51 PM
Hi Peggy thanks very much for your help,,just one other thing what about if i have a images/example.gif to add i want to add this:
Hell³
01-22-2007, 03:02 PM
$spacer_open
$_phpinclude_out
<!-- 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]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions" /></a></td>
<td align="[B]Links code goes here">
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
using your header code, place the code for your links where I have indicated in red, above.
Actually I think it should be like:
<td align=$stylevar[right]>
<---erase this
Link code goes here
</td>
Peggy
01-22-2007, 04:25 PM
Really? I still have that in mine. It's just there to add another space between the two cells.
Either way should work