Stefan Hillenbrand: Netscape, Frames

Beitrag lesen

Hallo,

fügen Sie bei beim Element <frame scr="navigation1.html... ein border="0" ein.
Gruß Stefan

das geht auch nicht:

<frameset cols="170,*" border="0" frameborder="0" framespacing="0">
<frame src="address.html" name="Address" scrolling="no" marginwidth="0" marginheight="0">

<frameset rows="75,*,75" border="0" frameborder="0" framespacing="0">
  <frame src="navigation1.html" name="Navigation1" scrolling="no" marginwidth="0" marginheight="0">
  <frame src="home.html" name="Home" frameborder="0" marginwidth="0" marginheight="0">
  <frame src="navigation2.html" name="Navigation2" scrolling="no" marginwidth="0" marginheight="0">
  <noframes>Dieses Projekt verwendet Frames. Bei Ihnen werden keine Frames angezeigt.</noframes>
</frameset>

</frameset>