Add Subject Here

Hello,
again the old problem: How can I use frames without any border in a manner that complies to W3C and works with the commen browsers?
The following example works, but doesn't comply to W3C:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 
    "http://www.w3.org/TR/html4/frameset.dtd">
<html>
  <head>
    <title>Title</title>
    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>

  <frameset rows="40,*" frameborder="0" framespacing="0" border="0">
    <frame src="top.htm" name="top" marginheight="3" marginwidth="10" scrolling="no" noresize 
 frameborder="0">
    <frame src="suche.htm" name="unten" frameborder="0">
 <noframes>
  Frames are used!
 </noframes>    
  </frameset>
</html>

What suggestion would you give? If you do not give a suggestion, I will place the valid-icons on the html-page with the addition "without framesets".
It is useless to fit the W3C but the browsers do not show the desired result.
I'm looking forwards your answer. Thank you.

Heiko Nietzke

Received on Wednesday, 12 August 2009 12:06:01 UTC