Topic: Frame issues (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
![]() 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 |
![]() Related links: |
Paranoid (IV) Inmate From: 127.0.0.1 |
![]() 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 |
![]() 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. |