Thread Starter
seanik
(@seanik)
Thank you for all your help.
Thread Starter
seanik
(@seanik)
I was thinking something to the effect of:
<style type="text/css">
#page {width: <?php xxxxx(); ?>px;}
#imagewrap {width: <?php xxxxx(); ?>px; position: relative}
#image {height: <?php xxxxx(); ?>px; width: <?php xxxxx(); ?>px;}
</style>
Can this be done (or is there a better way)?