Hi,
Ok, this is not perfect but the idea works:
I have taken the title image and placed it over the main picture:
<div id="overlap">
<img alt="alternate text" src="gsTitle.jpg">
</div>
Then defined the styles for that:
#overlap {position:relative;left:-20;top:100px;z-index:5;}
you can change thw -20 and 100 to change the position of the image.
full code::
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
:: studiozuzu :: It's My Grey web set ::
</title>
<style type="text/css">
<!--
body (background: #ffffff; color: #000000;}
a:link { color: navy }
a:visited { color: maroon }
a:active { color: white }
a:hover { color: maroon }
.intro {font-size:9pt}
.copyright {font-size:8pt}
#overlap {position:relative;left:-20;top:100px;z-index:5;}
-->
</style>
</head>
<body bgcolor="white" link="navy" vlink="maroon" alink="white">
<center>
<!-- main table -->
<table summary="">
<tr>
<td>
<!-- inner table -->
<table width="600" cellspacing="0" cellpadding="0"
border="0" summary="">
<tr>
<td bgcolor="#CCCCCC">
<br>
<br>
<a href="
src=
"
border="0" alt="Pictures from a Life"></a><br>
<br>
<a href="
src=
"
border="0" alt="What's doing..."></a><br>
<br>
<a href="
src=
"
border="0" alt="Connections"></a><br>
<br>
<a href="
src=
"
border="0" alt="Mail me"></a>
</td>
<td>
<p class="intro">
Ramblings of a teenaged mind...<br>
as if you can't get enough of that.
</p>
<p class="intro">
This site is here because I'm not near<br>
my friends right now and we want to know
</p>
<div id="overlap">
<img alt="" src=
"
</div>
<div>
<img alt="" src=
"
</div>
</td>
</tr>
</table>
<!-- end inner table -->
<p class="copyright">
photo: <a href=
"
</p>
<p class="copyright">
all © 2002<br>
<a href=
"
</p>
<p class="copyright">
Nothing here may be resold in any form<br>
Credit for this set must be given on same page
</p>
</td>
</tr>
</table>
<!-- end main table -->
</center>
</body>
</html>
É
::
::