Thread: css in tpl file
View Single Post
  #3  
Old 11-09-2006, 03:14 PM
 
maximer maximer is offline
 

Member
  
Join Date: Sep 2006
Posts: 22
 

Default Re: css in tpl file

Quote:
Originally Posted by balinor
You can't do either as there is no <head> tag in welcome.tpl. Use the main stylesheet and use a <div> to call the style:

<div class="newstyle">
content
</div>


I have tried with <head> with no succes.
I use div, please look:
<div id="prom_tab">
<table cellpadding="0" cellspacing="0">
<tr>
<td class="header" colspan="6">Optimized Price Performance</td>........................
...............
</div>

If I use <style> .... which format use: ?
1 #prom_tab {...............
2 .prom_tab {........
3 <style> <!-- .................. --> </style>

regards
__________________
Version 4.0.18
Reply With Quote