It should just be like so:
Code:
<html>
<head>
<style type="text/css">
body{
background: #00FF00 url('images/hands1.gif') no-repeat fixed';
filter: alpha(opacity=60);
opacity: 0.6;
}
</style>
<script type="text/javascript" src="textsizer.js">
/***********************************************
* Document Text Sizer- Copyright 2003 - Taewook Kang. All rights reserved.
* Coded by: Taewook Kang (http://www.txkang.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<title>Home Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<base target="main">
</head>
<body>
CONTENT
</body>
</html>
After looking at home.html at the url you posted, it appears that your code is nothing like the above. What you have on home.html should be replaced with the following:
Code:
<html>
<head>
<title>Home Page</title>
<script type="text/javascript" src="textsizer.js">
/***********************************************
* Document Text Sizer- Copyright 2003 - Taewook Kang. All rights reserved.
* Coded by: Taewook Kang (http://www.txkang.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<style type="text/css">
body{
background: #00FF00 url('images/hands.gif') no-repeat fixed';
filter: alpha(opacity=60);
opacity: 0.6;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<base target="main">
</head>
<body>
<table border="0" width="100%" height="229" cellspacing="0" cellpadding="0">
<tr>
<td width="24%" height="223"><img border="0" src="images/CORNERSUNFLOWER.gif" width="231" height="231"></td>
<td width="52%" height="223">
<h1 align="center"><font size="7" color="#00FF00"> </font><a href="javascript:ts('body',1)">+
Larger Font</a> | <a href="javascript:ts('body',-1)">+ Smaller Font</a>
</h1>
<p align="center">
<script language="Javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
document.write('<form><input type=button value="Print this Page" name="Print" onClick="printit()"></form>');
}
</script>
</td>
<td width="24%" height="223">
<p align="right"><img border="0" src="images/CORNERSUNFLOWER2.gif" align="right" width="231" height="231"></td>
</tr>
</table>
<h3 align="center"><font color="#000080" size="6">Welcome to Mayo Roscommon Hospice
Website</font></h3>
<p align="center"><font color="#0000FF">The Mayo Roscommon Hospice Foundation is
a voluntary charitable organization which was set up in 1992 to provide a
Palliative Care service for patients with life threatening illness in counties
Mayo and Roscommon</font></p>
<h3 align="center"><font color="#000080">The Foundation's Mission Statement</font></h3>
<p><font color="#0000FF">"Mayo/Roscommon Hospice Foundation affirms life. Respecting the
uniqueness of each individual, caring and supporting to meet the physical,
emotional and spiritual needs of patients and their families living with life
threatening illnesses.<a href="http://www.hospice.ie/sun.htm"><img src="IMAGES/SUNFLOWERS.GIF" align="right" border="0"></a></font></p>
<p><font color="#0000FF">We invite you to browse our Website to learn more about Mayo Roscommon
Hospice and the services offered by our Foundation."</font></p>
<p><font color="#0000FF">Cynthia Clampett<br>
Chief Executive</font></p>
<p> </p>
<p><font color="#0000FF">You can help Mayo Roscommon Hospice Foundation to
provide a Palliative care service in Counties Mayo and Roscommon by joining your
local Hospice Support Group, taking part in one of our many Fundraising Events
or by making a Donation</font></p>
<p align="center"><font color="#0000FF">This site is intended for people
suffering long term pain who need respite / palliative care, for those who are
coming to the end of their lives and for their carers. It is not intended
to be a complete guide to Hospice care. Your first point of call should be
your GP.</font></p>
<p align="center"></p>
<p align="center"><font color="#000000" size="5"><b>Hospice is about life and
living<br>
Hospice care is about quality of life</b></font></p>
<p></p>
<p><br>
</p>
<p></p>
<p align="center"><font color="#FF0000"><br>
</font></p>
<p align="center"></p>
<p align="center"> </p>
<p align="center"><font color="#FF0000"><br>
</font></p>
<p align="center"></p>
<p> </p>
</body>
</html>
Hope this helps.
Bookmarks