How to vertical align photo and text in HTML table?

Marko Jelicic

New member
I have a problem to vertical align table content on this page - http://jelastil.byethost7.com/proizvodi/stolnjaci/. I've looked up many tutorials, but it seems that something is wrong with my coding. Can you please check this and let me know where is the problem?

<p><hr></p>
<table width="100%">
<tr>
<td valign="center" align="center" width="170"><a href="/wp-content/uploads/2010/08/velikiovalni.jpg">
<img src="/wp-content/uploads/2010/08/velikiovalni_th.jpg" border="2" height=113 width=150>
</a>
<td valign="center"><h2>Ovalni stolnjak</h2>
<p style="padding:0 0 4px 0; font-size:12px; line-height:15px;"> Najve?i stolnjak koji imamo u ponudi predvi?en je za kuhinjske stolove dužine preko 120 centimetara. </p>
<p>Materijal: <b>juta</b> | Dimenzije: <b>120x60</b> | Boje: <b>prirodna, bela, žuta, narandžasta, crvena, zelena, plava, bordo i braon</b></p>
</td>
</tr>
</table>
<p><hr></p>
 
Back
Top