View Single Post
  #3  
Old 05-24-2004, 07:42 AM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

Thanks Shan you rock!

But I'm not sure how to do that, I don't know how to marry
Code:
<link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}">

with

Code:
<table border=0 cellpadding=0 cellspacing=0> {if $speed_bar} <tr> <td valign=top align=right> <table border=0 cellpadding=0 cellspacing=0> <tr> {section name=sb loop=$speed_bar} {if $speed_bar[sb].active eq "Y"} <td>{include file="customer/tab.tpl" tab_title="`$speed_bar[sb].title`"}</td> <td width=1>[img]{$ImagesDir}/spacer.gif[/img]</td> {/if} {/section} </tr> </table> </td> </tr> {/if} <tr> <td height=35 align=center class=HeadText> {if $config.Company.company_phone}{$lng.lbl_phone_1_title}: {$config.Company.company_phone}{/if}{if $config.Company.company_phone_2}{$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}{/if}</td> </tr> </table>

If indeed those are to be married? I'm assuming I edit top_menu.tpl and how do i reference the new css entries? (not one of my strong points)
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote