QUOTE(Israel @ 3 Jun, 2007 - 09:28 PM)

When I do this the link becomes dead, it doesn't connect to the site. What did I do wrong?
CODE
<style type="text/css">
body{background-image:url("./_borders/mgt00721.jpg");}
A.txt:link {color: #FFFFFF; text-decoration: underline}
A.txt:visited {cursor: crosshair; color: #FFFFFF; text-decoration: underline}
A.txt:hover {cursor: crosshair; color: #DCDCDC; text-decoration: underline}
</style>
</head>
<body link="#00FFFF" vlink="#008080"> <----- Why are you re-initilizing the link & visited links properties?
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
<center><p>
<img src="./_borders/logo2.jpg" alt="The Inn" width="479" height="123"></p>
<p align="center"><font face="Technical" size="4"><font color="#FFFFFF">106
South Main Somewhere, GA 30458 ~ 912-489-8628 or 800-846-9466<br>
e-mail ~ </font><a href="mailto:Someone@aol.com" class=txt><font color="#FFFFFF"> <--- again, you are forcing more values directly, when the overall style is set above.
frontdesk@someplaceinn.com</font></a></font></p>
Yes, I know there are [i]a lot[i] of things wrong this code before you guys rip me a new one. I'm actually trying to fix that problem. The code was made with a page-generator.
CODE
<style type="text/css">
body{background-image:url("./_borders/mgt00721.jpg");}
A.txt:link {color: #FFFFFF; text-decoration: underline}
A.txt:visited {cursor: crosshair; color: #FFFFFF; text-decoration: underline}
A.txt:hover {cursor: crosshair; color: #DCDCDC; text-decoration: underline}
</style>
</head>
<body>
<a class=txt href="mailto:Someone@aol.com">e-mail</a> <-- This will look how you set it above.