Travist6983 Posted August 22, 2008 Share Posted August 22, 2008 ok so i am new to PHP... I am not sure i will be able to explain this great but here goes i am trying to do an <?php include("First-Time-Buyers2.php");?> but the table it is in i want the height to be 600 and no bigger so that the content from First-Time-Buyers2.php doesn't make the page run on and on i want the whole page to fit in a 1024X768 screen with no scrolling except the contact from First-Time-Buyers2.php... i know how to accomplish this with an iframe but my boss wants it be an includes can anyone help? thanks T Link to comment https://forums.phpfreaks.com/topic/120905-solved-really-easy-one-i-would-think/ Share on other sites More sharing options...
marcus Posted August 22, 2008 Share Posted August 22, 2008 Then do like. <div style="height:600px;display:block;overflow:auto;width:100%"> <!-- your table --> </div> Link to comment https://forums.phpfreaks.com/topic/120905-solved-really-easy-one-i-would-think/#findComment-623235 Share on other sites More sharing options...
Travist6983 Posted August 22, 2008 Author Share Posted August 22, 2008 Thank you soooo much Link to comment https://forums.phpfreaks.com/topic/120905-solved-really-easy-one-i-would-think/#findComment-623246 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.