yeah okay does anyone know how to change a page style using a dropdown menu? i keep trying to google it and its only coming up with results on how to style a dropdown menu and its pissing me off ;-;
add " link rel="alternate stylesheet" type="text/css" href="style.css" title="stylename" " to the head, then create a normal dropdown and put " a href="/pagename" onclick="setActiveStyleSheet('stylename'); return false;" " after each option value
add " link rel="alternate stylesheet" type="text/css" href="style.css" title="stylename" " to the head, then create a normal dropdown and put " a href="/pagename" onclick="setActiveStyleSheet('stylename'); return false;" " after each option value
oh yeah and also use this script: https://shinyexe.neocities.org/switcher.js or something like it
THANK YOU SO MUCH i’ll try this in a bit !!