|
styles.css
body {
background:#eeeeff;
color:#oooooo
}
home {
position:absolute;
top:19800px;
left:0px
}
skelington.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link href="styles.css" rel="stylesheet" type="text/css">
<title>The Js Place Group</title>
<span id="home">
<img src="image/navigation/home.gif" border"0px" padding="0px" alt="Home">
</span>
</body>
</html>
Last edited by JsGroupWebby; 05-06-2005 at 07:33 PM..
|