Is it possible to integrate the code in the css-file of my site to use it on all html-pages automati

Klaus Neuwirth
Member Posts: 7 ✭✭
I have a normal website with a lot of html-pages and one css-style-file. In SimpeCSS http://www.hostm.com/simplecss.m there is a style named code. Is this a place to copy in the code? Would this then work for the entire site?
0
Comments
-
No, you can't put javascript in a css file. You will need to place the code in your HTML.
0