Topic: Frame issues (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
posted 09-12-2002 18:06
Can someone tell me why I get a completely blank page for this? code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
posted 09-12-2002 18:08
Related links: |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 09-12-2002 18:09
I don't think you're supposed to wrap your frameset in <body> tags. code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> |
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
posted 09-12-2002 18:11
Oh, awesome! thanks so much! I put it in the head tags instead (since everything has to be in some sort of tag right?) and it worked. |