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 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 Link to comment https://forums.phpfreaks.com/topic/13654-div-tag-formatting/#findComment-52959 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.