|
Posted by Els on 05/29/05 00:32
Peter Schaurer wrote:
> Hello
>
> Why does the following example not work ? (firefox 1.0.2)
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
> "http://www.w3.org/TR/html4/frameset.dtd">
> <html>
> <head>
> <title>Show me Frames</title>
> </head>
> <frameset cols="40%,60%*">
> bla
> <frameset rows="20%,80%">
> bla
> </frameset>
> </frameset>
> </html>
>
> Peter
Because there are no frames.
A frameset consists of frames.
It is possible to have only framesets in a frameset, but the most
inner frameset will need frames.
Also, there is no 'bla' afaik inside a frameset.
The content of a frame is really the content of another html page,
which is called by the frame:
<frame src="somepage.html">
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Navigation:
[Reply to this message]
|