i'm trying to make a table with pictures in and text positioned in the middle of the cell. But when I try this there is a white border in the bottem of every cell where the text used to be before I positioned it.
Here is the code:
<table border="5" height="100">
<tr>
<td id="tdStyle5" WIDTH="100" HEIGHT="100">
<A HREF="./projecten/project5/project5.htm" onMouseOver=changeIT(jsArrayNamen[5],5)><IMG SRC="./projecten/project5/affli1t.jpg" BORDER="0" HEIGHT ="100" WIDTH ="100" ID="pic5" OLDSRC="./projecten/project5/affli1t.jpg"></A><P ID="text5" class="ProjectDes">A-villa</P></td>
<td id="tdStyle6" WIDTH="100" HEIGHT="100">
<A HREF="./projecten/project6/project6.htm" onMouseOver=changeIT(jsArrayNamen[6],6)><IMG SRC="./projecten/project6/affli3t.jpg" BORDER="0" HEIGHT ="100" WIDTH ="100" ID="pic6" OLDSRC="./projecten/project6/affli3t.jpg"></A><P ID="text6" class="ProjectDes">villa Linsen</P></td>
<td id="tdStyle7" WIDTH="100" HEIGHT="100">
<A HREF="./projecten/project7/project7.htm" onMouseOver=changeIT(jsArrayNamen[7],7)><IMG SRC="./projecten/project7/avilla1t.jpg" BORDER="0" HEIGHT ="100" WIDTH ="100" ID="pic7" OLDSRC="./projecten/project7/avilla1t.jpg"></A><P ID="text7" class="ProjectDes">home Office</P></td>
<td id="tdStyle8" WIDTH="100" HEIGHT="100">
<A HREF="./projecten/project8/project8.htm" onMouseOver=changeIT(jsArrayNamen[8],8)><IMG SRC="./projecten/project8/avilla3t.jpg" BORDER="0" HEIGHT ="100" WIDTH ="100" ID="pic8" OLDSRC="./projecten/project8/avilla3t.jpg"></A><P ID="text8" class="ProjectDes">terrazo</P></td>
</tr>
</table>
I try making the cells 100 high but it just keeps making them bigger :'(
Is there anyone with suggestions on what to do please ?
Here is the code:
<table border="5" height="100">
<tr>
<td id="tdStyle5" WIDTH="100" HEIGHT="100">
<A HREF="./projecten/project5/project5.htm" onMouseOver=changeIT(jsArrayNamen[5],5)><IMG SRC="./projecten/project5/affli1t.jpg" BORDER="0" HEIGHT ="100" WIDTH ="100" ID="pic5" OLDSRC="./projecten/project5/affli1t.jpg"></A><P ID="text5" class="ProjectDes">A-villa</P></td>
<td id="tdStyle6" WIDTH="100" HEIGHT="100">
<A HREF="./projecten/project6/project6.htm" onMouseOver=changeIT(jsArrayNamen[6],6)><IMG SRC="./projecten/project6/affli3t.jpg" BORDER="0" HEIGHT ="100" WIDTH ="100" ID="pic6" OLDSRC="./projecten/project6/affli3t.jpg"></A><P ID="text6" class="ProjectDes">villa Linsen</P></td>
<td id="tdStyle7" WIDTH="100" HEIGHT="100">
<A HREF="./projecten/project7/project7.htm" onMouseOver=changeIT(jsArrayNamen[7],7)><IMG SRC="./projecten/project7/avilla1t.jpg" BORDER="0" HEIGHT ="100" WIDTH ="100" ID="pic7" OLDSRC="./projecten/project7/avilla1t.jpg"></A><P ID="text7" class="ProjectDes">home Office</P></td>
<td id="tdStyle8" WIDTH="100" HEIGHT="100">
<A HREF="./projecten/project8/project8.htm" onMouseOver=changeIT(jsArrayNamen[8],8)><IMG SRC="./projecten/project8/avilla3t.jpg" BORDER="0" HEIGHT ="100" WIDTH ="100" ID="pic8" OLDSRC="./projecten/project8/avilla3t.jpg"></A><P ID="text8" class="ProjectDes">terrazo</P></td>
</tr>
</table>
I try making the cells 100 high but it just keeps making them bigger :'(
Is there anyone with suggestions on what to do please ?