iamrosenfarb
Member
Posted 1 year ago #
I recently upgraded my arclite theme and noticed that the theme looks odd in internet explorer. I checked the settings and any relative posts and cannot seem to fix it. I have almost 0 knowledge of code. In Internet Explorer (7 or 8) the images for the posts appear, however, the background does not appear, nor anything related to the theme. I decided to switch over to Mystique and the same happens. However, if I decide to use another template, they seem to work fine in all browsers.
One more thing, I originally formatted the website in Chrome.
http://www.eastsideorlando.org
In your header.php, replace:
<style type="text/css">
@import "http://www.eastsideorlando.org/wp-content/themes/mystique/style.css";
@import "http://www.eastsideorlando.org/?mystique=css";
</style>
With:
<link rel="stylesheet" href="http://www.eastsideorlando.org/wp-content/themes/mystique/style.css" type="text/css" />
<link rel="stylesheet" href="http://www.eastsideorlando.org/?mystique=css" type="text/css" />
iamrosenfarb
Member
Posted 1 year ago #
It worked! Thank you so much Twelvefootsnowman