brown2005 Posted March 13, 2008 Share Posted March 13, 2008 print "<frameset rows='65,*,35' border='0' frameborder='0' framespacing='0'>\n"; print " <frame src='$HOME_DIR_HTTP/homepages/files/home/top.php?website=$website&website_id=$website_id' name='nav' marginwidth='0' marginheight='0' scrolling='no' noresize>\n"; print " <frame src='".htmlspecialchars($website, ENT_QUOTES)."' name='merch' scrolling='auto' frameborder='1' noresize>\n"; print " <frame src='$HOME_DIR_HTTP/homepages/files/home/bottom.php?website=$website&website_id=$website_id' name='nav' marginwidth='0' marginheight='0' scrolling='no' noresize>\n"; print "</frameset>\n"; is there another way of doing the above without using frames. or do i have to use frames? Quote Link to comment Share on other sites More sharing options...
947740 Posted April 11, 2008 Share Posted April 11, 2008 For one, your frameset "rows" does not make any sense. 65 and 35 add up 10 100, so there would be nothing left for the *, or vice versa. I do not understand why you are using PHP to do that. An explanation would help. What exactly are you trying to do? Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted April 14, 2008 Share Posted April 14, 2008 only if you had just 100px of vertical space inteh view window....... the answer to the OP is yes - just don't use frames - design your site in sections (divs) and where possible have each section of the page driven by its own portion of code... Quote Link to comment Share on other sites More sharing options...
stuart7398 Posted April 16, 2008 Share Posted April 16, 2008 using css browser friendly http://www.webproducer.at/flexible-layout/ Quote Link to comment Share on other sites More sharing options...
RichardRotterdam Posted April 26, 2008 Share Posted April 26, 2008 I dont get this at all. why not just use php include and div instead if you really want scrolling content just add a css scrollbar Quote Link to comment 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.