Cool, thanks Adam! Sorry about that, forgot that DNN is not all that CuteSoft is used for! haha!
That snippet of code is just what I needed. What file did you get
that from? I'd like to modify it so it only picks up skin.css
I was initially trying to add a style to the dropdown list by including
it in my container.css which is why I wasn't seeing it populated.
Some other things worth noting for any other DNN users that may read this...
1.) The dropdown list won't pick up any styles by ID. Example: #myStyle {font-size:12px;}
2.) UL.myStyle {font-size:12px;} won't make it to the dropdown list either.
3.) .myStyle {font-size:12px;} WILL make it to the dropdown list.
4.) .myBox .myStyle {font-size:12px} also WILL make it to the dropdown list.
Thanks!
-Tim