<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
.odd,
.even{
background:url('unite.png');
height:202px;
margin-bottom:-47px;
}
.odd{
margin-left:88px;
}
</style>
</head>
<body>
<div class="odd"></div>
<div class="even"></div>
<div class="odd"></div>
<div class="even"></div>
</body>
If this is what you want I would be happy.. :)
Latest change for image but will give problem for links unless you use HTML Map Area
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
.odd{
height:202px;
padding-left:88px;
}
.even{
height:202px;
margin-top:-47px;
}
</style>
</head>
<body>
<div class="odd">
<img src="unite.png" />
<img src="unite.png" />
<img src="unite.png" />
<img src="unite.png" />
</div>
<div class="even">
<img src="unite.png" />
<img src="unite.png" />
<img src="unite.png" />
<img src="unite.png" />
<img src="unite.png" />
</div>
</body>