• Hi everyone,

    I’ve created my own theme, and have been scratching my head and reading these forums all afternoon looking to solve the problem that I’m getting “Stylesheet” is missing”.I’ve created a header, footer, sidebar and an index.php page and have a styles.css file that is not being found when I look in the dashboard.

    Here is the code for my header, my blog is located at http://www.nixdesign.com.au/blog

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>Wichita Swim Club</title>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <meta name="Description" content="The Wichita Swim Club aims to inform current and prospective members, parents and officials
    with up to date information regarding the programs offered at Wichita Swim Club" />
    <meta name="Keywords" content="Wichita Swim, Kichita KS, Kansas Swimming" />
    <meta name="Author" content="NixDesign" />
    <meta name="robots" content="noindex,nofollow" />
    <link rel="stylesheet" media="screen" href="http://www.nixdesign.com.au/blog/wp-content/themes/WSC/styles.css" type="text/css" />
    <link rel="stylesheet" media="print" href="http://www.nixdesign.com.au/blog/wp-content/themes/WSC/Wichita-print.css" type="text/css" />
    <link rel="alternate stylesheet" media="screen,print" href="http://www.nixdesign.com.au/blog/wp-content/themes/WSC/textSizeSmall.css" title="textSizeSmall" type="text/css" />
    <link rel="alternate stylesheet" media="screen,print" href="http://www.nixdesign.com.au/blog/wp-content/themes/WSC/textSizeLrg.css" title="textSizeLrg" type="text/css" />
    <link rel="alternate stylesheet" media="screen,print" href="http://www.nixdesign.com.au/blog/wp-content/themes/WSC/textSizeXLrg.css" title="textSizeXLrg" type="text/css" />
    <script type="text/javascript" src="scripts/textresize.js"></script>
    </head>
    
    <body>
    
    <div id="wrap">
    
    	<div id="header">
    
    		<h1 class="banner"><span>Wichita Swim</span></h1>
    
    	</div><!-- end header div -->
    
    	<div class="menu">
    
    		<p><a href="#main">Skip to Main Content</a>&nbsp; |&nbsp;
    		<a href="http://www.wichitaswimclub.org/results/clients/wichita-swim-club/index.php">Home</a>&nbsp; |&nbsp;
    		<a href="http://www.wichitaswimclub.org/results/clients/wichita-swim-club/accessibility.php">Accessibility</a>&nbsp; |&nbsp;
    		<a href="http://www.wichitaswimclub.org/results/clients/wichita-swim-club/site-map.php">Site Map</a>&nbsp; |&nbsp;
    		<a href="http://www.wichitaswimclub.org/results/clients/wichita-swim-club/contact.php">Contact Us</a></p>
    
    	</div><!-- end menu div -->
    
    	<div id="inner-wrap">

    Any help would be GREATLY appreciated.

  • The topic ‘Stylesheet is missing’ is closed to new replies.