Help with HTML.................?

l???

New member
I'm trying to use this template for my blog:
http://www.blogskins.com/info/165074

But when I upload it onto blogger, it has this message:
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The element type "body" must be terminated by the matching end-tag "".

I have no clue how to fix it. Any help please?!
<html>
<head>
<title>SHE.HER.</title>
<style type="text/css">

body, td {
font-family: century gothic;
font-size:8pt; color: #000000;
margin-top: 0;
margin-left: 0;
background: #eee4e4 url("http://images.blogskins.com/skin_images/165/074/images/border.png");
background-repeat: repeat-y;}

A:link { color:#000000; font-weight: bold; text-transform:uppercase; text-decoration:none; font-size:7pt; font-family:Century Gothic; }
A:visited { color:#999999; font-weight: bold; text-transform:uppercase; text-decoration:none; font-size:7pt; font-family:Century Gothic; }
That above got cut off, so I guess it wasn't really any help. :/
The very end actually already has a </body>. And a </html> directly underneath the body.
 
Back
Top