Hi vlees91!
Ich mache mal kurz einen Code-Vorschlag, der ist nicht der Beste aber vielleicht das was du dir vorstellst.
Code:
<?php
$bildinfo = GetImageSize($bildpfad);
$out = "<table>
<tr>
<td>Linker Text</td>
<td>
<table width={$bildinfo[0]} height={$bildinfo[1]}>
<tr>
<td>[img]$bildpfad[/img]</td>
</tr>
<tr>
<td>Unterer Text</td>
</tr></table>
</td>
<td>Rechter Text</td>
</tr>
</table>";
?>
Allerdings weiß ich jetzt nicht wie der Browser die Tabellen ausrichtet, das müsste man einfach mal testen.
Flare