Hello Samuel,

on 09-Feb-01 you wrote :

...snipp[]

> Line 17, column 34:
> ... <FRAMESET ROWS="70,*" FRAMEBORDER="0" FRAMESPACING="0"
> FRAME ... Error: there is no attribute "FRAMEBORDER"

framespacing=??? is MS Syntax, not HTML v4.0.

Refering to your additional problem above look at this:

\begin{example 1}

  <frameset cols="40%,60%" border=0 frameborder=0 framespacing=0>
     <frame src="link.htm">
     <frame src="titel.htm">
  </frameset>

\end{example 1}

The above definition shows how frames are defined in the 
MS/IE and NS way. It's *not* HTML v3.2/v4.0 standard - it's crap!

To do it in HTML compliant way use:

\begin{example 2}

  <frameset cols="40%,60%">
     <frame src="link.htm" frameborder=0>
     <frame src="titel.htm">
  </frameset>

\end{example 2} 

...snipp[]

> All of these are in my 4.0 html book. all are legal.

Legal? 
Yes of course, I can't see these thingy's are 
violating any laws, so ... ;-)

HMTL v3.2/v4.0 compliant? No, definately not!

You may have a look at:

     http://www.w3.org/TR/REC-html32.html
     http://www.w3.org/TR/REC-html40/

And a good source also is:

     http://www.teamone.de/selfaktuell/
 
(Check out if there exists an english version of the doc.)

> Go figure!

Done, see above!

Regards

     NR
-- 
Remark of the day :

Life is hard and then you die.
- 
Amiga 2000 B/2060ERC  - PicIV/Pic96       - 19" Iiyama S901GT 
2/112 MB Chip/FastMem - 1x18.2 GB SCSI HD - 48 x SCSI CD-ROM 

_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to