PDA

View Full Version : Help relocating Google Search


mattack
06-02-2006, 10:42 AM
Hi,

Would anybody be able to tell me how I can move the google search on my site to the top right had corner.

www.businesslinkup.co.uk (http://www.businesslinkup.co.uk)

Using version 3.0.5

Sorry if this is not the right place for this query.

Thanks

Steven Myers
06-02-2006, 02:36 PM
Boby, anon or Optimit might answer this better than I could but view the filed you edited to place this code in and look for:

<td width="40%" height="70" valign="bottom"> <--- set valign to top, if it does not work for top, set it to right

mattack
06-02-2006, 03:04 PM
Still doesn't move, any other idea's?

anon
06-02-2006, 03:26 PM
BACK UP WHAT YOU HAVE NOWWWWW. I dont want to hear something happened. be responsible.

ok.
try this

Content visible to registered users only.

I don't know how that template is setup, so there is no guarantee.

mattack
06-02-2006, 07:19 PM
Got it working.

anon your a genious.

thanks alot

Matt

anon
06-02-2006, 07:49 PM
no problem at all.

just do me a favor, please check your google code.

i am seeing a javascript error on my IE browser.

make sure you have all quotes --> '' closed and terminated correctly. --> ;

Domie
06-04-2006, 05:24 AM
Which part do i edit within my header.tpl?

Content visible to registered users only.

anon
06-04-2006, 01:17 PM
<!-- header start -->
<tr>
<td align="left" style="padding-left:20px;">
<a href="{$smarty.const.DOC_ROOT}/"><img src="{$smarty.const.FULL_TEMPLATE_PATH}/images/logo.gif" alt="Logo" width="224" height="43" border="0" /></a>
</td>
<td align="right" style="padding-right:20px;">what goes right side here</td>
</tr>
<!-- header end -->