natalieG Posted July 4, 2006 Share Posted July 4, 2006 we have a variable [b]$DIVHT='<?php echo "$AVAILHT";?>'; [/b] That we are usingto set the height of a div tag as in:<div style="background : #ffffff; color : #ffffff; padding : 4px; width :930px; height : $DIVHTpx; overflow : auto; "> The div tag height doee not appear to be set=$AVAILHTThanks,NatalieG Quote Link to comment https://forums.phpfreaks.com/topic/13654-div-tag-formatting/ Share on other sites More sharing options...
shocker-z Posted July 4, 2006 Share Posted July 4, 2006 why not just use..<div style="background : #ffffff; color : #ffffff; padding : 4px; width :930px; height : <?php echo $AVAILHT.'px'; ?>; overflow : auto; "> RegardsLiam Quote Link to comment https://forums.phpfreaks.com/topic/13654-div-tag-formatting/#findComment-52959 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.