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