Uhm, I don’t quite know what page/link you’re referring to. On the page
http://www.polis-land.com/villas/villas.php I see in this part of the code the URL/path is still absolute:
Code:
<!-- #EndLibraryItem --><!-- InstanceBeginEditable name="EditRegion3" -->
<div align="center"><span class="h1">Villas for Sale</span><br />
<span class="p">( Note: For TownHouses go to <a href="../apartments/apt.php">Apartments</a> )</span><br />
</div>
<table width="744" border="0" align="center" cellpadding="2" cellspacing="2">
<tr class="tablelistdata">
<td width="142"><div align="center">Photo</div></td>
<td width="267"><div align="center" class="style9 style8"><strong>Villas/Houses for Sale </strong></div></td>
<td width="73"><div align="center" class="style10"><strong>bedroom</strong></div></td>
<td width="75"><div align="center" class="style10"><strong>bathroom</strong></div></td>
<td width="74"><div align="center" class="style10"><strong>Location</strong></div></td>
<td width="75"><div align="center">Price(€)</div></td>
</tr>
<tr bgcolor="#CCCCCC" class="tablelistdata">
<td><div align="left"><a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()"><img src="/images/thalassa/typea_01-140px.jpg" width="140" height="92" border="1" /></a></div></td>
<td><div align="center" class="style10"><strong><a href="/villas/thalassa.php">THALASSA
VILLAS - LATCHI</a></strong></div></td>
<td><div align="center" class="style10"><strong>3</strong></div></td>
<td><div align="center" class="style6 style8">
<div align="center" class="style13">2</div>
</div></td>
<td><div align="center" class="style10"><strong>Latchi</strong></div></td>
<td><div align="center">623,639</div></td>
</tr>
…
Remove that leading slash and it’ll work.
Oh and by the way: you didn’t specify a body background color.