G
Guest
I have been trying to validate my pages and came across a problem on my one
frames page that I can't quite figure out. On the validator I get an error
that the attribute "Target" is not allowed, but when I try and remove that
portion of the code FP keeps putting it back in. The code for the other
frame on the page doesn't have a target attribute, but the one for the lower
frame does. Everything else in the code is fine.
Anyone have any idea how to correct this??
<frameset rows="*,37">
<frame name="main" src="-------------------------">
<frame name="footer" src="---------------" target="main">
<noframes>
frames page that I can't quite figure out. On the validator I get an error
that the attribute "Target" is not allowed, but when I try and remove that
portion of the code FP keeps putting it back in. The code for the other
frame on the page doesn't have a target attribute, but the one for the lower
frame does. Everything else in the code is fine.
Anyone have any idea how to correct this??
<frameset rows="*,37">
<frame name="main" src="-------------------------">
<frame name="footer" src="---------------" target="main">
<noframes>