elite_prodigy Posted April 7, 2008 Share Posted April 7, 2008 This is probably something so simple, but can someone help me with this? <html> <head> <title>Administration Control Pannel</title> </head> <body> <frameset cols="25%,75%"> <frame src="navbar.php"> <frame src="startscrn.php"> </frameset> </body> </html> No frames show up, I've tried adding the noframes tag, but the contents don't display. I don't know what to do. Link to comment https://forums.phpfreaks.com/topic/100020-solved-frames-not-displaying/ Share on other sites More sharing options...
elite_prodigy Posted April 7, 2008 Author Share Posted April 7, 2008 Missing <!DOCTYPE ...> Tag. Link to comment https://forums.phpfreaks.com/topic/100020-solved-frames-not-displaying/#findComment-511530 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.