ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 25,955
- Points
- 823
Reputation:
How can I create a custom CSS stylesheet for my addon's template?
I tried simply including a css file in the templates folder but this isn't recognised (is there anything else I need to do?)
XML:
As you can see, I do xen:require it in the template.
Continue reading...
I tried simply including a css file in the templates folder but this isn't recognised (is there anything else I need to do?)
XML:
Code:
<xf:title>Link Minecraft Account</xf:title>
<xen:require css="continuity_general.css">
<br>
...
Continue reading...