Viewing 2 replies - 1 through 2 (of 2 total)
  • Apache sometimes has problems serving up CSS when @imported, something abut caching:

    @import url( https://www.stinner.com/wp-content/themes/trident/style.css );

    And it seems to affect Firefox only. Any reason you can’t use:

    <link rel="stylesheet" href="https://www.stinner.com/wp-content/themes/trident/style.css" type="text/css" media="screen" />

    Thread Starter dgstinner

    (@dgstinner)

    I have a feeling it is something with my webhost because the one site I have that’s not WordPress, shows the html code instead of the page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Something odd with my sites’ is closed to new replies.