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? Quote Link to comment 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> 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.