Marco: Rahmenbeseitigungsproblem

Auch wenn ich alle Framevariablen auf null setze, erscheint dennoch ein grauer Rahmen bei weißem Hintergrund. Wie läßt der sich beseitigen?

<frame src="logostart.html" scrolling="no" noresize
       marginheight="0" marginwidth="0" bordercolor="#FFFFFF" frameborder="0" framespacing="0" border="0"></frame>
      <frame src="startseite.html" scrolling="auto" noresize
       marginheight="0" marginwidth="0" bordercolor="#FFFFFF" frameborder="0" framespacing="0" border="0">></frame>
      <frame src="logostart.html" scrolling="no" noresize
       marginheight="0" marginwidth="0" bordercolor="#FFFFFF" frameborder="0" framespacing="0" border="0"></frame>

der Rahmen ist trotzdem da

  1. Moin Marco,

    <frame src="logostart.html" scrolling="no" noresize
           marginheight="0" marginwidth="0" bordercolor="#FFFFFF" frameborder="0" framespacing="0" border="0"></frame>
          <frame src="startseite.html" scrolling="auto" noresize
           marginheight="0" marginwidth="0" bordercolor="#FFFFFF" frameborder="0" framespacing="0" border="0">></frame>
          <frame src="logostart.html" scrolling="no" noresize
           marginheight="0" marginwidth="0" bordercolor="#FFFFFF" frameborder="0" framespacing="0" border="0"></frame>

    Mache die Angaben im Frameset:
    <frameset [...] border="0" framespacing="0" frameborder="0">

    regds
    Mike©

    --
    Freunde kommen und gehen. Feinde sammeln sich an.
    1. Danke Mike, hat super geklappt