sorry, my php is not the beast, but you meant to add something like this
<?php $imageurl = get_post_meta($post->ID,’leftimage’, true); echo($imageurl[0]); ?>” height=”194px” width=”707px” />
If so, that didn’t work unfortunately
To Joost point, I was thinking the same thing. So I wonder if I’m missing the magic as well.
The problem I have is that we use wordpress for corporate website. So we want the homepage to have a certain layout that the client can edit. So using tables seems to be more intuitive to clients then using DIV. Besides, the text window seems to handle tables better than DIV.
With that said, I’m open to suggestions. =)