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. Quote Link to comment Share on other sites More sharing options...
elite_prodigy Posted April 7, 2008 Author Share Posted April 7, 2008 Missing <!DOCTYPE ...> Tag. 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.