Tony
New Member
I have my own website!
Posts: 83
inherit
210952
0
Dec 13, 2016 22:54:21 GMT -8
Tony
I have my own website!
83
July 2014
testtony12345
|
Post by Tony on Dec 20, 2014 12:19:54 GMT -8
Will it work?
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Dec 20, 2014 12:39:03 GMT -8
I think you'll have to be a bit more descriptive...
|
|
Tony
New Member
I have my own website!
Posts: 83
inherit
210952
0
Dec 13, 2016 22:54:21 GMT -8
Tony
I have my own website!
83
July 2014
testtony12345
|
Post by Tony on Dec 20, 2014 12:41:39 GMT -8
An admin told me that if I used the html tags in a java script for a plugin it wouldn't work. Would it work if I put in html tags in a CSS for a plugin?
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Dec 20, 2014 12:43:22 GMT -8
If you want to add HTML tags to a plugin, they would go in the header/footer.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 21, 2014 12:59:11 GMT -8
Each component supports only its respective coding per web standards.
Header & Footer components only support HTML, but you can place Javascript inside them using <script> tags and CSS using <style> tags as they're both valid HTML tags.
CSS components only support CSS and have their contents placed inside a .css file that's linked on the page when the plugin is enabled.
Javascript components only support Javascript and are linked similarly to CSS components, except they use a .js file.
|
|