Making a template....

Messages
3,175
I need some help...I am making this template:
http://www.danlamanna.com/temp/Hosting - 001/

I need to make it so I can have text on the images... like

Code:
<td rowspan="2">
			<img src="images/index_02.gif" width="353" height="603" alt=""></td>

I need to be able to put text on top of that image...but it is a template, so people need to be able to change the text so it can't be using images.

Here is my entire code:

Code:
<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
-->
</style>
</head>
<Center>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (index.psd) -->
<table id="Table_01" width="635" height="657" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td colspan="7">
			<img src="images/index_01.gif" width="635" height="54" alt=""></td>
	</tr>
	<tr>
		<td rowspan="2">
			<img src="images/index_02.gif" width="353" height="603" alt=""></td>
		<td>
			<a href="#">
				<img src="images/index_03.gif" alt="" width="74" height="20" border="0"></a></td>
		<td rowspan="2">
			<img src="images/index_04.gif" width="14" height="603" alt=""></td>
		<td>
			<a href="#">
				<img src="images/index_05.gif" width="74" height="20" border="0" alt=""></a></td>
		<td rowspan="2">
			<img src="images/index_06.gif" width="17" height="603" alt=""></td>
		<td>
			<a href="#">
				<img src="images/index_07.gif" width="73" height="20" border="0" alt=""></a></td>
		<td rowspan="2">
			<img src="images/index_08.gif" width="30" height="603" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="images/index_09.gif" width="74" height="583" alt=""></td>
		<td>
			<img src="images/index_10.gif" width="74" height="583" alt=""></td>
		<td>
			<img src="images/index_11.gif" width="73" height="583" alt=""></td>
	</tr>
</table>

           
           
           
           
           
    <span class="style2">                                                       <a href="sitemap.html">Site Map</a> | <a href="TOS.html">Terms of Service</a> </span>
 <p>  </p>
</body>
</Center>
</html>

Also I am using dreamweaver if that helps.
 
Back
Top Bottom