Hi,
I am using a table with a background image and inside its cell I want to put
text to work as links, but I don't want these links to have an undeline when
clicked , instead I want them to appear ordinary text and when clicked it will
go to the desired link.
Secondly, in the same table cells I want diffrent text to appear when some
links on the left side of the page are clicked i.e the table cell will stay the
same and its background image but only the text inside will be changed once a
link is clicked to use the same page rather than another page ? I hope you can
guide me to the easiest solution as I am in a hurry and in need for that ?
Attached is the code
Appreciate your help
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.yqcomputer.com/ ">
<html xmlns="
http://www.yqcomputer.com/ "><head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"><title>A View:Different Web Designers</title>
<style type="text/css">
<!--
.style6 {color: #108A98}
-->
</style></head><body>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="685">
<!--DWLayoutTable-->
<tbody><tr>
<td height="108" colspan="2" valign="top"><img
src="../images/Sliced/Home/images/finalenhanceresolutionjp-03.gif" width="688"
height="108" /></td>
</tr>
<tr>
<td width="170" rowspan="2" valign="top"><img
src="../images/Sliced/Home/images/finalenhanceresolutionjp-07.gif" width="163"
height="470" border="0" usemap="#Map2" /></td>
<td width="518" height="20" valign="top"><img
src="../images/Sliced/Home/images/finalenhanceresolutionjp-08.gif" width="502"
height="20" border="0" usemap="#Map" /></td>
</tr>
<tr>
<td height="477" align="left" valign="top"><table width="516"
height="439" border="0"
background="../images/Sliced/tutorials/images/images/images/images/finalllllllll
lllllll_03.gif">
<tr>
<td width="500" align="left" valign="top"> <p><a
href="
http://www.yqcomputer.com/ ">hgkhgkhf hjgkyhjg hg lhg lkhglh lk</a> <a
href="
http://www.yqcomputer.com/ ">c<span class="style6">ccccccccdsf</span>sd </a></p>
<p class="style6">gfjfgfjg</p></td>
</tr>
</table></td>
</tr>
</tbody></table>
</div>
<map name="Map" id="Map"><area shape="rect" coords="10,2,53,19"
href="home.html" />
<area shape="rect" coords="106,2,155,19" href="links.html" />
</map>
<map name="Map2" id="Map2"><area shape="rect" coords="80,363,142,379"
href="tutorials.html" />
</map></body></html>