sandy1028 Posted July 30, 2007 Share Posted July 30, 2007 hi, When I use the frames in php page the partition of the frames is visible.... How to make in invisible.... The frames should work but the partitioned should not be noticed Please help me with this echo "<frameset rows = \"100,*\" cols=\"*\">"; echo "<frame name = \"frame1\" src=\"banner.php\">"; echo "<frameset cols = \"230,*\" rows=\"*\">"; echo "<frame name = \"list\" src=\"list.php\">"; echo "<frameset cols = \"598,*\" rows=\"*\">"; echo "<frame name=\"table\" src=\"table.php\">"; echo "<frame name = \"option\" src=\"option.php\">"; echo "</frameset>"; echo "</frameset>"; echo "</frameset>"; Quote Link to comment Share on other sites More sharing options...
asherinho Posted July 30, 2007 Share Posted July 30, 2007 try to use the 'frameborder' attribute,set it to zero.i.e <frame frameborder="o"> Quote Link to comment Share on other sites More sharing options...
thedarkwinter Posted July 30, 2007 Share Posted July 30, 2007 maybe also use scrolling='no' Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted July 30, 2007 Share Posted July 30, 2007 better still - avoid frames like the plague - they are a relic of poor site planning/design... 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.