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>"; Link to comment https://forums.phpfreaks.com/topic/62412-frame/ 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"> Link to comment https://forums.phpfreaks.com/topic/62412-frame/#findComment-310806 Share on other sites More sharing options...
thedarkwinter Posted July 30, 2007 Share Posted July 30, 2007 maybe also use scrolling='no' Link to comment https://forums.phpfreaks.com/topic/62412-frame/#findComment-310873 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... Link to comment https://forums.phpfreaks.com/topic/62412-frame/#findComment-311214 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.