My code page is blocking an external css file in QuickBase. I have no problem referencing js files like so: <script>$( document ).ready(function() { $.getScript('xxxxx?a=dbpage&pagename=jquery.min...
I think I had this issue previously. What I ended up doing is just adding the css through the js file and pushing it to the header data of the html page. Good luck!