Welcome Guest, Not a member yet? Register   Sign In
How to insert Css file correctly ?
#3

[eluser]ludo31[/eluser]
may be the solution is like that because before there is may be a space when we write href...

Code:
$linkcssentete = array(
          'href' => 'css/linkcssentete.css',
          'rel' => 'stylesheet',
          'type' => 'text/css',
          'media' => 'screen'
);

echo link_tag($linkcssentete);

and I make it the same for the grid and all css files and it works

thanks


Messages In This Thread
How to insert Css file correctly ? - by El Forum - 03-07-2012, 10:11 AM
How to insert Css file correctly ? - by El Forum - 03-07-2012, 11:23 AM
How to insert Css file correctly ? - by El Forum - 03-08-2012, 01:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB