Hi, guys, I was asked to post the code. The site is: wwwburt100.com The code is below. Thanks
<!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
<!--[if IE 7]> <html class="ie7 oldie"> <![endif]-->
<!--[if IE 8]> <html class="ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Untitled Document</title>
<link href="boilerplate.css" rel="stylesheet" type="text/css">
<link href="index.css" rel="stylesheet" type="text/css">
<style type="text/css">
body,td,th {
color: #FFF;
font-size: 18px;
}
body {
background-color: #069;
}
a:link {
color: #F00;
}
a:visited {
color: #FF0000;
}
a:hover {
color: #F00;
}
a:active {
color: #F00;
}
</style>
<!--
To learn more about the conditional comments around the html tags at the top of the file:
paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
* insert the link to your js here
* remove the link below to the html5shiv
* add the "no-js" class to the html tags at the top
* you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
-->
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="respond.min.js"></script>
</head>
<body text="#FF0000" link="#FF0000" vlink="#FF0000" alink="#FF0000">
<div class="gridContainer clearfix">
<div id="LayoutDiv1">THIS IS THE HEADER<br>
THIS IS LINE 2 OF THE HEADER EXTENDING TO THE END OF THE LINE TO SEE HOW IT WORKS AND IT WRAPS AFTER THE WORD "AND" THIS IS DONE IN SANS-ERIF
</div>
<div id="LayoutDiv2">This is DIV2 set in the Georgia font and going to the end of the line again to see how it works and wraps and it wrapped on the word "and"</div>
<div id="LayoutDiv3">This is DIV3 switched color to yellow and centered the text and this is Line1 and it wraps to Line2 after the word "it" and done in Verdana</div>
<div id="LayoutDiv4">This is 4th DIV done in Brush Script MT in 24</div>
<div id="LayoutDiv5">This is Arial in 36 centered and going to the 2nd line on wrap after the word, "line"</div>
</div>
</body>
</html>