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

Member
  
Join Date: Sep 2006
Posts: 22
 

Default 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
Reply With Quote