View Single Post
  #20  
Old 06-16-2007, 02:25 PM
 
buck buck is offline
 

Member
  
Join Date: Apr 2007
Location: Calgary, Alberta, Canada
Posts: 25
 

Unhappy Re: Adjust speed bar

I got the speed bar to work great and then I made one more modification and it moved the speed bar over to the left. Check my website out: http://store.tipsproshop.ca/home.php?shopkey=1217.

I just want the speed bar back at the right side. Please help!!

Code:
{* $Id: head.tpl,v 1.3.2.1 2006/05/10 12:15:08 max Exp $ *} <table cellpadding="0" cellspacing="0" class="HeadCustom"> <tr> <td class="HeadBackground"> <table cellpadding="0" cellspacing="0" width="100%" class="HeadBox"> <tr> <td class="HeadLines"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="153"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td class="HeadTextCust"><a href="{$http_location}"><img src="{$ImagesDir}/custom/company_logo.gif" width="320" height="155" alt="" /></a> </td> </tr> <tr> <td class="HeadTextCust" style="padding-top: 3px;"> {* {if $config.Company.company_phone}{$lng.lbl_phone_1_title}: {$config.Company.company_phone}{/if} {if $config.Company.company_phone_2}<br />{$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}{/if} </td></tr> *} </table> </td> <td valign="top" align="right"> {* taken out {if $usertype eq "C"} {include file="customer/top_menu.tpl"} {/if} *} {* modified code for speed_menu mod *} {if $usertype eq "C"} {include file="customer/speed_menu.tpl"} {/if} {* end of modified code for speed_menu mod *} </td> </tr> {if $main ne "fast_lane_checkout"} <tr> <td class="HeadText">{ include file="customer/search.tpl"}</td> <td><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td> </tr> {else} <tr> <td colspan="2" class="TopLabelCust"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td> </tr> {/if} </table> </td> {* INTERAC ONLINE LEARN MORE LINK *} <td valign="bottom" align="middle"> {if $usertype eq "C"} <a href='http://www.interaconline.com/learn' target=_blank onclick="window.open( 'http://www.interaconline.com/learn','Learn', 'toolbar=false,status=false,directories=false,location=false,menubar=false,resizable,scrollbars,width=700,height=500');return false;"><b><i>Learn more about Interac Online</i></b></a></td> {/if} </tr> </table> </td> </tr> {*</table>*} {if #ShowHorCategories# eq "Y" && $main ne "fast_lane_checkout"} <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td class="hcMenuBox">{include file="customer/hor_categories.tpl"}</td> </tr> </table> {/if} <table cellpadding="0" cellspacing="0" width="100%" class="NavigationLine"> {if $main ne "fast_lane_checkout"} <tr> <td class="NavigationLineCustom"> <img src="{$ImagesDir}/spacer.gif" width="161" height="15" alt="" /> {if ($usertype eq "C" || $usertype eq "B") and $all_languages_cnt gt 1} <form action="home.php" method="get" name="sl_form"> <input type="hidden" name="redirect" value="{$smarty.server.PHP_SELF}?{$smarty.server.QUERY_STRING|amp}" /> <table cellpadding="0" cellspacing="0"> <tr> <td class="VertMenuItems" nowrap="nowrap" style="padding-left: 7px;">{$lng.lbl_select_language}:&nbsp;</td> <td> <select name="sl" onchange="javascript: document.sl_form.submit()"> {section name=ai loop=$all_languages} <option value="{$all_languages[ai].code}"{if $store_language eq $all_languages[ai].code} selected="selected"{/if}>{$all_languages[ai].language}</option> {/section} </select> </td> </tr> </table> </form> {/if} </td> <td width="37">&nbsp;</td> <td>{if $main ne "catalog" or $current_category.category ne ""}{include file="location.tpl"}{else}&nbsp;{/if}</td> {if (($main eq 'catalog' && $cat ne '') || $main eq 'product' || ($main eq 'comparison' && $mode eq 'compare_table') || ($main eq 'choosing' && $smarty.get.mode eq 'choose')) && $config.Appearance.enabled_printable_version eq 'Y'} <td class="PrintableRow">{include file="printable.tpl"}</td> {/if} </tr> {else} <tr> <td height="15"><img src="{$ImagesDir}/spacer.gif" width="161" height="15" alt="" /></td> </tr> {/if} </table>
__________________
Kara
http://www.tipsproshop.com/store
xcart v4.7.8 [windows]
Reply With Quote