André Laugks: Ein paar HTML Fragen

Beitrag lesen

Hallo!

Ja das geht, hier mal zwei Beispiele!

<TABLE BORDER=0 WIDTH=100% HEIGHT=100%>
   <TR>
      <TD ALIGN=center VALIGN=middle>
        HALLO
      </TD>
   </TR>
</TABLE>

<TABLE BORDER=1 WIDTH=100% HEIGHT=100%>
    <TR>
        <TD ALIGN=center VALIGN=middle>
              <TABLE BORDER=1 WIDTH=300>
              <TR>
              <TD>
              Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo
              Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo
              Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo Hallo  
              </TD>
              </TR>
              </TABLE>
        </TD>
     </TR>
</TABLE>

Bis dann, André