We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • If my understanding is correct, browsers stop when they come to link and script tags, download the files, then continue processing. That would mean that the base tag isn't taken into account until after your css and js files have been requested. You might want to try putting the base tag immediately following the meta tags, before any link or script tags.

    And with HTML5 doctype, you shouldn't have the self-closure in the base tag.
      Studying MODX in the desert - http://sottwell.com
      Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
      Join the Slack Community - http://modx.org
      • 44877
      • 21 Posts
      ok will do , thank you.