Hi guys,
im working on noanoanederland.nl and created a child-theme and everything. So far its all going well but i cant seem to get the image alignments right. Ive tried to insert this code so that the image would be next to the text:
[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>[/code]
wierdly as can be seen at http://www.noanoanederland.nl/utrecht it looks wierd. In the wordpress designer mode it looks fine.
Any ideas?