Ryuujin Posted December 23, 2007 Share Posted December 23, 2007 Hey guys, I hate frames, but for this site I am coding I need it. And I thought I was doing everything right, but it wont work, here it is: <frameset><frame src='http://www.movoda.net/'></frameset> but it doesn't display the site... Whats wrong? Link to comment https://forums.phpfreaks.com/topic/82937-frames/ Share on other sites More sharing options...
phpQuestioner Posted December 23, 2007 Share Posted December 23, 2007 you have to set the cols or rows of the frameset. <frameset rows="25%,75%"><frame src='http://www.movoda.net/'></frameset> the way your using the frameset; it seems that you may be wanting a iframe. <iframe width="500" height="400" frameborder="0" src="http://www.movoda.net/"></iframe> Link to comment https://forums.phpfreaks.com/topic/82937-frames/#findComment-421892 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.