View Single Post
07-19-2007, 07:06 PM
#3
Seb is offline Seb
Seb's Avatar
Status: Watermelon Man
Join date: Nov 2006
Location: London
Expertise:
Software:
 
Posts: 3,312
iTrader: 36 / 100%
 

Seb is on a distinguished road

  Old

Try this:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>mmm</title>

<style type="text/css">
<!--
body
{
background-image: url(imgs/background.jpg);
background-repeat: repeat-x;
margin: 0;
}

-->
</style>

</head>

<body>
<div align="center">
<a href="cpanel.htm">
<img border="0" src="imgs/main.jpg" />
</a>
</div>

</body>
</html>