css in tpl file
Hi,
I have tried without succes, to appent/use/insert css style in welcome.tpl
1 method by:
<link rel="stylesheet" type="text/css" href="prom_tab.css" media="screen"/>
don't work.
2 method by <style>
#prom_tab { margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
width: 515px;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#prom_tab table { width: 510px;
text-align: center;
border: 1px solid #000;
}...........
</style>
displays error at prom_tab { margin: 0px.....
So, how to use custom style in tpl file ?
regards,
__________________
Version 4.0.18
|