0

Is it true

That i can add CSS in html_In body(<style>.....) _2 <style src= xxxxxx.css>.......and the folder name is xxxxxx.css?

5th Aug 2017, 6:53 PM
Cesar Petrescu
Cesar Petrescu - avatar
1 Odpowiedź
+ 4
you can't add external CSS using style tag, try use link tag <link href=/path/to/xxxxxx.css type=text/style rel=stylesheet>
5th Aug 2017, 7:06 PM
Amethyst Animion
Amethyst Animion - avatar