Table/ Image/ Text allignments
-
Hi all,
working on a childtheme for noanoanederland.nl. All good so far but I seem to have issues showing images in tables in the correct alignment. As you can see at http://www.noanoanederland.nl/utrecht.
I try to let pictures show up next to the text.
I used the following code:
<table width="600" border="0">
<tr>
<td width="149" align="left" valign="top"><img src="http://www.noanoanederland.nl/wp-content/uploads/2012/11/locatieamimg.png" width="132" height="108" /></td>
<td width="441" align="left" valign="top"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ut semper erat. Sed ut risus sit amet lorem venenatis rhoncus. Etiam adipiscing velit tincidunt nunc luctus pulvinar mattis orci rutrum. Nam hendrerit elit at tortor lobortis id tincidunt dolor blandit. Sed faucibus tincidunt magna vel congue. Donec volutpat, sem non lacinia euismod, velit justo consectetur lectus, eu elementum turpis tellus in mi. </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Noa Noa Utrecht</td>
<td rowspan="12">[wpgmza id="1"]</td>
</tr>
<tr>
<td>Lijnmarkt 20/A</td>
</tr>
<tr>
<td>3511 KH Utrecht</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>035 - 23 24 356</td>
</tr>
<tr>
<td>Direct contact</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>Any Ideas and suggestions?
Thanks in advance, Seb
The topic ‘Table/ Image/ Text allignments’ is closed to new replies.