I seem to not be able to identify why the styling does not appear at all on my page... Did i reference something incorrectly? It all appears right to me... syntax, quotes, tags all look right. Does anyone have an idea what may be happening? Sorry if my question is unclear, I am frustrated with this website :)
<!DOCTYPE html>
<html>
<head>
<title>ProjectX</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<link rel="stylesheet" type="text/css" href="http://mywebsite.com/projectx/node/node/style/jquery-ui.css"/>
<link rel="stylesheet" type="text/css" href="http://mywebsite.com/projectx/node/node/style/jquery.qtip.css"/>
<link rel="stylesheet" type="text/css" href="http://mywebsite.com/projectx/node/node/style/colpick.css"/>
<link rel="stylesheet" type="text/css" href="http://mywebsite.com/projectx/node/node/style/jquery.jScrollPane.css"/>
<link rel="stylesheet" type="text/css" href="http://mywebsite.com/projectx/node/node/style/jquery.nivo.slider.css"/>
<link rel="stylesheet" type="text/css" href="http://mywebsite.com/projectx/node/node/style/mediaelementplayer.min.css"/>
<link rel="stylesheet" type="text/css" href="http://mywebsite.com/projectx/node/node/style/supersized/supersized.css"/>
<link rel="stylesheet" type="text/css" href="http://mywebsite.com/projectx/node/node/style/fancybox/jquery.fancybox.css"/>
<link rel="stylesheet" type="text/css" href="http://mywebsite.com/projectx/node/node/style/fancybox/helpers/jquery.fancybox-buttons.css"/>
<link rel="stylesheet" type="text/css" href="http://mywebsite.com/projectx/node/node/style/widget.css"/>
<link rel="stylesheet" type="text/css" href="http://mywebsite.com/projectx/node/node/style/base.css"/>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Inconsolata" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700,800" />
<link rel="stylesheet" type="text/css" media="screen and (max-height:500px)" href="http://mywebsite.com/project4x/node/node/style/responsive/height-0000-0500.css"/>
<link rel="stylesheet" type="text/css" media="screen and (max-width:1179px)" href="http://mywebsite.com/projectx/node/node/style/responsive/width-0000-1179.css"/>
<link rel="stylesheet" type="text/css" media="screen and (max-width:959px)" href="http://mywebsite.com/projectx/node/node/style/responsive/width-0000-0959.css"/>
<link rel="stylesheet" type="text/css" media="screen and (max-width:767px)" href="http://mywebsite.com/projectx/node/node/style/responsive/width-0000-0767.css"/>
<link rel="stylesheet" type="text/css" media="screen and (min-width:1440px) and (max-width:1679px)" href="http://mywebsite.com/projectx/node/node/style/responsive/width-1440-1679.css"/>
<link rel="stylesheet" type="text/css" media="screen and (min-width:1180px) and (max-width:1439px)" href="http://mywebsite.com/projectx/node/node/style/responsive/width-1180-1439.css"/>
<link rel="stylesheet" type="text/css" media="screen and (min-width:960px) and (max-width:1179px)" href="http://mywebsite.com/projectx/node/node/style/responsive/width-0960-1179.css"/>
<link rel="stylesheet" type="text/css" media="screen and (min-width:768px) and (max-width:959px)" href="http://mywebsite.com/projectx/node/node/style/responsive/width-0768-0959.css"/>
<link rel="stylesheet" type="text/css" media="screen and (min-width:480px) and (max-width:767px)" href="http://mywebsite.com/projectx/node/node/style/responsive/width-0480-0767.css"/>
<link rel="stylesheet" type="text/css" media="screen and (max-width:479px)" href="http://mywebsite.com/projectx/node/node/style/responsive/width-0000-0479.css"/>
<link rel="stylesheet" type="text/css" href="http://mywebsite.com/projectx/node/node/style/jquery.colorSwitcher.css"/>
<link rel="stylesheet" type="text/css" id="cs-color-file" href="http://mywebsite.com/projectx/node/node/style/color.css.php"/>
<script type="text/javascript" src="http://mywebsite.com/projectx/node/node/script/jquery.min.js"></script>
<script type="text/javascript" src="http://mywebsite.com/projectx/node/node/script/jquery-migrate.min.js"></script>
</head>
I will send you guys the links for my site if needed (only through PM)...I want to keep the site as private as possible.