Jump to content
xisto Community
Sign in to follow this  
jamesleon

I need help I don't know what happens himself that it is not what happens

Recommended Posts

I have this site http://forums.xisto.com/no_longer_exists/ but the link don't fuction.I make this code: :):):P <HTML><HEAD><TITLE>RadikalSoft Inc.</TITLE></HEAD><BODY><frameset rows="5,*" border="no"><frame src="htm/header.htm" scrolling="no" noresize frameborder="no"><frameset cols="10%,*" border="no"><frame src="htm/menu.htm" scrolling="no" noresize frameborder="no"><frame name="Principal" src="htm/principal.htm" scrolling="yes" noresize fr ameborder="no"></frameset></frameset></BODY></HTML> :P:P:P but the links "htm/header.htm", "htm/menu.htm" and "htm/principal.htm" don't function and he don't show me nothing. but if I write http://forums.xisto.com/no_longer_exists/ he show me te page but in the frame in the index.htm don't show me. Wy.Please help me now

Share this post


Link to post
Share on other sites

Take the frameset definitions out of the body tag. They aren't allowed to be part of the body. Frames aren't in the body of a document. =)
And.. keep your HTML Valid, and obide the rules set by W3C please. =)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://http://www.w3.org/TR/html4/frameset.dtd;
<html>
<head>
<title>RadikalSoft Inc.</title>
</head>
<frameset rows="5,*" border="no">
<frame src="htm/header.htm" scrolling="no" noresize frameborder="no">
<frameset cols="10%,*" border="no">
<frame src="htm/menu.htm" scrolling="no" noresize frameborder="no">
<frame name="Principal" src="htm/principal.htm" scrolling="yes" noresize fr ameborder="no">
</frameset>
</frameset>
<noframes><body>You need support for frames to see this page!</body></noframes>
</html>



See where the body is used and what it's use is?
Hope this helps.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.