marcellolaforgia Posted February 27, 2015 Share Posted February 27, 2015 Hi, I need to understand how to enter the code css in the file .tpl. I have tried using the tags <style> and </ style>, without success. You you tell me how? Thank You Link to comment Share on other sites More sharing options...
fred-vinapresta Posted February 27, 2015 Share Posted February 27, 2015 Hi, you need to put your code inside: <style type="text/css" media="screen">....</style> and this have to be in header.tpl, between <head></head> tags Link to comment Share on other sites More sharing options...
marcellolaforgia Posted February 27, 2015 Author Share Posted February 27, 2015 Dear Fred Vinapresta, I know this code, but I would like to know how introdure the css in a tpl file that is not the header.tpl, for example the code of the file "contact-form.css" in the file "contact-form.tpl", them deleting the file "contact-form.css". Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now