-
-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No CSS support for custom pages? #2982
Comments
Enable Unsafe HTML |
I already did |
And did you put the code in Source HTML? |
yes of course, I tried putting css in <style>mycssCode0</style> and but after I confirm the update and go back to see the source, it is no longer there, neither nor <style> part of code |
I have confirmed there is multiple problems with custom pages, looking into it |
alright, let me know, thanks |
@partydragen have you figured out a solution to this problem yet? |
No, This being @Aberdeener task xD He broke it |
Potentially fixed by b6948b6 - needs verifying |
Describe the issue
I've made a custom page (basic page) with CSS (I didn't even use external urls, i put the css inside <style> html code) and when I load the page, it doesn't load with css, then I go back to custom pages in staff panel to check the source and I see that CSS code isn't there. Same thing when adding
<link rel="stylesheet" href="css/stylesheet.css">
in my HTML code.I'm using the latest version
NamelessMC Version
2.0.0
To Reproduce
No response
Expected Behaviour
No response
Screenshots
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: