I was testing the rss function on my site in safari and when I clicked back to the home page, the css was disabled and I have not been able to get it back since. I have 2 stylesheets that you can switch between and Firefox picks up both, and so does IE 6 and 7 (although it’s not pretty in IE at the moment). I had other people look at the site on their computers, and it comes up fine until they click on something or refresh, and it disappears for them. I’ve emptied my cache, I’ve tried writing the full path to the stylesheets, and no one else seems to have this problem on the forums, or on google it seems. I’m pretty sure it’s not the stylesheet switcher since that has been working for awhile without any problems, locally and on the site. It all started after I started messing with the RSS and Atom page templates in EE and testing it in Safari. I’m truly boggled right now, anyone with a clue would be a life saver.
Below in red is the top part of my code in EE, green is the entire top of my source code.
Or you can see for yourself at www.twistofdave.com
{assign_variable:my_weblog=“twist”}{assign_variable:my_template_group=“twistofdave”}<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
<head>
<meta name=“description” content=“A site dedicated to giving life a much needed twist through writing and web development!” />
<meta name=“keywords” content=“webdesign, web design, website design, webdevelopment, development, logos, social media, blog, humor, twist, interaction design, WashingtonDC, washington dc, d.c., dc, twistofdave, dave, hamric, david, davidhamric” />
<!—HOORAY FOR SOURCE CODE!—>
<title>~{exp:weblog:info weblog=”{my_weblog}”}{blog_title}{/exp:weblog:info}~</title>
<meta http-equiv=“Content-Type” content=“text/html; charset={charset}” />
<!—Different Stylesheets—>
<link rel=“stylesheet” type=“text/css” href=“http://www.twistofdave.com/css/dark.css” title=“dark” media=“screen,projector” />
<link rel=“alternate stylesheet” type=“text/css” href=“http://www.twistofdave.com/css/light.css” title=“light” media=“screen,projector” />
<link rel=“alternate” type=“application/rss+xml” title=“RSS” href=”{path={my_template_group}/rss_2.0}” />
<link rel=“alternate” type=“application/atom+xml” title=“Atom” href=”{path={my_template_group}/atom}” />
<!—[if IE 6]>
<link rel=“stylesheet” type=“text/css” media=“screen,projector” href=“http://www.twistofdave.com/css/ie6dark.css” />
<link rel=“alternate stylesheet” type=“text/css” href=“http://www.twistofdave.com/css/ie6light.css” title=“ie6dark” media=“screen” />
<![endif]—>
</head>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
<head>
<meta name=“description” content=“A site dedicated to giving life a much needed twist through writing and web development!” />
<meta name=“keywords” content=“webdesign, web design, website design, webdevelopment, development, logos, social media, blog, humor, twist, interaction design, WashingtonDC, washington dc, d.c., dc, twistofdave, dave, hamric, david, davidhamric” />
<!—HOORAY FOR SOURCE CODE!—>
<title>~Twist of Dave~</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” />
<!—Different Stylesheets—>
<link rel=“stylesheet” type=“text/css” href=“http://www.twistofdave.com/css/dark.css” title=“dark” media=“screen,projector” />
<link rel=“alternate stylesheet” type=“text/css” href=“http://www.twistofdave.com/css/light.css” title=“light” media=“screen,projector” />
<link rel=“alternate” type=“application/rss+xml” title=“RSS” href=“http://www.twistofdave.com/index.php?/twistofdave/rss_2.0/” />
<link rel=“alternate” type=“application/atom+xml” title=“Atom” href=“http://www.twistofdave.com/index.php?/twistofdave/atom/” />
<!—[if IE 6]>
<link rel=“stylesheet” type=“text/css” media=“screen,projector” href=“http://www.twistofdave.com/css/ie6dark.css” />
<link rel=“alternate stylesheet” type=“text/css” href=“http://www.twistofdave.com/css/ie6light.css” title=“ie6dark” media=“screen” />
<![endif]—>
</head>
