I have to create web site and use CSS for the design/layout and I created the pages for my site using jsut the basic html but thats isnt right, i dont know how to do the font and back ground stuff in CSS and I asked several people to help and they were unsuccessful, im going to paste my home page from my site below but upload the entire site so you could see what my site is suppose to look like (my final grade is riding on this change and i could really use the assistance
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Davina's Web Page</title>
<style type="text/css">
body {
background-color: #F0F;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
}
</style>
<meta name="Microsoft Border" content="t, default">
</head>
<body><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>
<p align="center"><font size="6"><strong>
Davina's Web Page</strong></font></p>
<p align="center"><font size="5"><a href="Family.htm">Family</a> | <a href="Friends.htm">Friends</a>
| <a href="Movies.htm">Interest</a> | </font>
<a href="Feedback.html"><font size="5">Feedback</font></a></p>
<p align="center"> </p>
</td></tr><!--msnavigation--></table><!--msnavigation--><table dir="ltr" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><!--msnavigation--><td valign="top">
<p align="center"><img src="me part 2.jpg" alt="my_pic" width="378" height="302" align="middle" /></p>
<p align="center"><font size="4">Welcome to My Website</font></p>
<p align="center"><font size="4">When viewing this site your will learn a little
about me and my family and the things that I like to do. I graduated from
Bloomsburg May 2008 with a Bachelor of Science Degree in Computer Information
Systems with a Concentration in Information Assurance. I am continuing my
education and getting my Masters Degree in Instructional Technology. I'm
in my second semester and third class.</font></p>
<p align="center"><font size="4">I'm currently working as a Call Center Agent
until I find something in my field and after I graduate (tentatively Spring
2011). The things I like to do on my free time is hangout with my friends and
sorority sisters, read, go shopping and see new movies, and my favorite food to
eat is chocolate.</font></p>
<p align="center"><font size="4">I
recently went to Disney in January 2009 for the Disney College Program where I
worked in Disney's Animal Kingdom, in Africa Attractions-Pangani Exploration
Forest Trail. I learned a lot, had a blast, and made many new friends. I'm still
seasonal in Pangani and currently serve a Disney Campus Representative for
Northampton Community College in Bethlehem, Pa for the Fall 2009 semester.</font></p></td></tr><!--msnavigation--></table>
<p><div id="footer">
Page created by Davina Moore.<br />
Last updated: June 27, 2010.<br />
</div>
<!--
Davina Moore
This page is my home page.
-->
<!--msnavigation--></p>
</body>
</html>