BPearl: Probleme mit Frameset... border="0"

<html>

<head>
</head>

<frameset rows="200,300,*">
  <frame src="a.html" noresize scrolling="no" marginheight=0 marginwidth=0 border=0>
  <frameset cols="*,150,500,150,*>
    <frame src="c.html" noresize scrolling="no" marginheight=0 marginwidth=0 border=0>
    <frame src="c.html" noresize scrolling="no" marginheight=0 marginwidth=0 border=0>
    <frame src="d.jpg" noresize scrolling="no" marginheight=0 marginwidth=0 border=0>
    <frame src="frame03.jpg" noresize scrolling="no" marginheight=0 marginwidth=0 border=0>
    <frame src="f.jpg" noresize scrolling="no" marginheight=0 marginwidth=0 border=0>
    <frame src="g.html" noresize scrolling="no" marginheight=0 marginwidth=0 border=0>
  </frameset>
  <frame src="h.html" noresize scrolling="no" marginheight=0 marginwidth=0 border=0>
</frameset>
</html>

So, das ist der Quelltext.
Da hätte ich gleich mal zwei Probleme:
1. Wieso muss ich in dem zweiten fremset 6 Frames notieren, um 5 anzeigen zu lassen (wenn ich 5 nehme verschwindet einer udn ich habe nur noch vier) und wieso bestimmt dabei das erste <frame>-Tag den frame ganz rechts???

2. border hab ich ja überall gleich 0 gesetzt. Trotzdem bleiben da horizontale Balken. Nicht Scrollbalken, das Scrolling ist aus. Sondern dünne Grenzen...

Bin für alle Antworten dankbar, Schonmal dankeschön im vorraus! Ich und framesets, das hat sich noch nie vertragen... *g*

MfG
BPearl

  1. glaube du hast überall die doppelten Hochkommas vergessen.

    BSP:
    <frame src="a.html" noresize scrolling="no" marginheight="0" marginwidth="0" border="0">

    1. Hm, ja, dachte ich auch schon. Habs versucht, ändert sich leider nichts... :-(
      Aber danke...

      MfG
      BPearl