olivierColas Posted October 16, 2013 Share Posted October 16, 2013 Hi, Firstable , I don't use the latest version , I use 1.4.8.3 ( I got a error when upgraded). I gave up and work on the old version. I would like to add some css on my header.tpl but I don't the code to add in order to add css and where my css file should be (root). Reason of this css it 's because I want to create a custom homepage with 1 column width=100% ( center column) but I want to have this same column with another width for page with sidebar. I need to use css. I follow interaction from paul with this link http://mypresta.eu/en/art/developer/one-column-homepage.html and it's help me a lot but I want to finish this little coding issue. on my actual t/l, I have no did and tag . I have created some but it could not find the css and I presume it's because this t/l file need to have css stylesheet link attached :-) On the latest version , you have something like {if isset($css_files)} {foreach from=$css_files key=css_uri item=media} <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" /> {/foreach} {/if} I would like to create a new css or add the global.css . Could advise for the correct code and where to put the file . Thx oli Link to comment Share on other sites More sharing options...
olivierColas Posted October 16, 2013 Author Share Posted October 16, 2013 Yes ! I resolved and what say Paul is works http://mypresta.eu/en/art/developer/one-column-homepage.html Reason, it did not work for me. it's that I have added my code from the design view (Dreamweaver) instead code view. What's silly stupid guy , I was ) Ticket can be closed. Link to comment Share on other sites More sharing options...
vekia Posted October 16, 2013 Share Posted October 16, 2013 hello thank you for confirmation that everything works well for you. im going to mark this topic as [solved] exactly as you suggested with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts