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?
1 Antwort
+ 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>