• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

[ERLEDIGT] Tabelle in HTML anpassen

Status
Für weitere Antworten geschlossen.

naeooo

Mitglied
Hi,

gibt es eine Möglichkeit die Tabelle zu verschieben, sprich z.B. 100px nach rechts und 50px nach unten.

Hab es bisher nur geschafft sie zentriert auszurichten.

Code:
<html>
    <head>
        <title>3BP-Klasse</title>
    </head>
       
    <body>
    <div align="center">
    <table border = "10px">
        <tr>
            <td><b ALIGN="CENTER"><font size = "5px">Uhrzeiten</font></b></td>
            <td><b ALIGN="CENTER"><font size = "4px">Montag</font></b></td>
            <td><b ALIGN="CENTER"><font size = "4px">Dienstag</font></b></td>
            <td><b ALIGN="CENTER"><font size = "4px">Mittwoch</font></b></td>
            <td><b ALIGN="CENTER"><font size = "4px">Donnerstag</font></b></td>
            <td><b ALIGN="CENTER"><font size = "4px">Freitag</font></b></td>
        </tr>
        <tr>
            <td><b ALIGN="CENTER"><font size = "4px">7.50-8.40 UHR</font></b></td>
            <td ALIGN="CENTER"><font size = "3px">BwL</font></td>
            <td ALIGN="CENTER"><font size = "3px">Sport</font></td>
            <td ALIGN="CENTER"><font size = "3px">RK/VWL</font></td>
            <td ALIGN="CENTER"><font size = "3px">RK/VWL</font></td>
            <td ALIGN="CENTER"><font size = "3px">BWL</font></td>
        </tr>
        <tr>
            <td><b ALIGN="CENTER"><font size = "4px">8.40-9.30 UHR</font></b></td>
            <td ALIGN="CENTER"><font size = "3px">Mathematik</font></td>
            <td ALIGN="CENTER"><font size = "3px">Sport</font></td>
            <td ALIGN="CENTER"><font size = "3px">Mathematik</font></td>
            <td ALIGN="CENTER"><font size = "3px">RK/VWL</font></td>
            <td ALIGN="CENTER"><font size = "3px">Geschichte</font></td>
        </tr>
        <tr>
            <td><b ALIGN="CENTER"><font size = "4px">9.30-10.20 UHR</font></b></td>
            <td ALIGN="CENTER"><font size = "3px">RK/VWL</font></td>
            <td ALIGN="CENTER"><font size = "3px">Mathematik</font></td>
            <td ALIGN="CENTER"><font size = "3px">BWL</font></td>
            <td ALIGN="CENTER"><font size = "3px">Englisch</font></td>
            <td ALIGN="CENTER"><font size = "3px">Mathematik</font></td>
        </tr>
        <tr>
            <td><b ALIGN="CENTER"><font size = "4px">10.20-10.35 UHR</font></b></td>
            <td><b ALIGN="CENTER"><font size = "3px">P</font></b></td>
            <td><b ALIGN="CENTER"><font size = "3px">A</font></b></td>
            <td><b ALIGN="CENTER"><font size = "3px">U</font></b></td>
            <td><b ALIGN="CENTER"><font size = "3px">S</font></b></td>
            <td><b ALIGN="CENTER"><font size = "3px">E</font></b></td>
        </tr>
        <tr>
            <td><b ALIGN="CENTER"><font size = "4px">10.35-11.25 UHR</font></b></td>
            <td ALIGN="CENTER"><font size = "3px">RK/VWL</font></td>
            <td ALIGN="CENTER"><font size = "3px">BWL</font></td>
            <td ALIGN="CENTER"><font size = "3px">Informatik</font></td>
            <td ALIGN="CENTER"><font size = "3px">Italienisch</font></td>
            <td ALIGN="CENTER"><font size = "3px">Deutsch</font></td>
        </tr>
        <tr>
            <td><b ALIGN="CENTER"><font size = "4px">11.25-12-15 UHR</font></b></td>
            <td ALIGN="CENTER"><font size = "3px">Englisch</font></td>
            <td ALIGN="CENTER"><font size = "3px">BWL</font></td>
            <td ALIGN="CENTER"><font size = "3px">Informatik</font></td>
            <td ALIGN="CENTER"><font size = "3px">Italienisch</font></td>
            <td ALIGN="CENTER"><font size = "3px">Informatik</font></td>
        </tr>
        <tr>
            <td><b ALIGN="CENTER"><font size = "4px">12.15-13.05 UHR</font></b></td>
            <td ALIGN="CENTER"><font size = "3px">Religion</font></td>
            <td ALIGN="CENTER"><font size = "3px"></font></td>
            <td ALIGN="CENTER"><font size = "3px">Geschichte</font></td>
            <td><b ALIGN="CENTER"><font size = "3px"></font></b></td>
            <td ALIGN="CENTER"><font size = "3px">Informatik</font></td>
        </tr>
        <tr>
            <td><b ALIGN="CENTER"><font size = "4px">13.40-14.30 UHR</font></b></td>
            <td ALIGN="CENTER"><font size = "3px"></font></td>
            <td ALIGN="CENTER"><font size = "3px">Italienisch</font></td>
            <td ALIGN="CENTER"><font size = "3px"></font></td>
            <td ALIGN="CENTER"><font size = "3px">Deutsch</font></td>
            <td ALIGN="CENTER"><font size = "3px"></font></td>
        </tr>
        <tr>
            <td><b ALIGN="CENTER"><font size = "4px">14.30-15.20 UHR</font></b></td>
            <td ALIGN="CENTER"><font size = "3px"></font></td>
            <td ALIGN="CENTER"><font size = "3px">Englisch</font></td>
            <td ALIGN="CENTER"><font size = "3px"></font></td>
            <td ALIGN="CENTER"><font size = "3px">Deutsch</font></td>
            <td ALIGN="CENTER"><font size = "3px"></font></td>
        </tr>
        <tr>
            <td><b ALIGN="CENTER"><font size = "4px">15.20-16.10 UHR</font></b></td>
            <td ALIGN="CENTER"><font size = "3px"></font></td>
            <td ALIGN="CENTER"><font size = "3px">Informatik</font></td>
            <td ALIGN="CENTER"><font size = "3px"></font></td>
            <td ALIGN="CENTER"><font size = "3px">BWL</font></td>
            <td ALIGN="CENTER"><font size = "3px"></font></td>
        </tr>
        <tr>
            <td><b ALIGN="CENTER"><font size = "4px">16.10-17.00 UHR</font></b></td>
            <td ALIGN="CENTER"><font size = "3px"></font></td>
            <td ALIGN="CENTER"><font size = "3px"></font></td>
            <td ALIGN="CENTER"><font size = "3px"></font></td>
            <td ALIGN="CENTER"><font size = "3px">BWL</font></td>
            <td ALIGN="CENTER"><font size = "3px"></font></td>
        </tr>
           
           
        </table>
        </div>
</html>
 
Werbung:
Hallo

Ersetze

Code:
      <table border="10px">

durch

Code:
      <table border="10px" style="margin-left: 100px; margin-top: 50px">

Gruss

MrMurphy
 
Hallo

Ersetze

Code:
      <table border="10px">

durch

Code:
      <table border="10px" style="margin-left: 100px; margin-top: 50px">

Gruss

MrMurphy

Hat geklappt, vielen Dank:)

Weißt du woran es liegt, dass diese Buchstaben nicht zentriert werden:

Code:
<tr>
            <td><b ALIGN="CENTER"><font size = "4px">10.20-10.35 UHR</font></b></td>
            <td><b ALIGN="CENTER"><font size = "3px">P</font></b></td>
            <td><b ALIGN="CENTER"><font size = "3px">A</font></b></td>
            <td><b ALIGN="CENTER"><font size = "3px">U</font></b></td>
            <td><b ALIGN="CENTER"><font size = "3px">S</font></b></td>
            <td><b ALIGN="CENTER"><font size = "3px">E</font></b></td>
        </tr>

Bei den restlichen Zeilen zentriert es die Wörter in den einzelnen Kacheln immer, aber hier bleiben die Buchstaben immer ganz links, obwohl sie mit "aling="center"" doch ins Zentrum gesetzt werden müssten oder?
 
Werbung:
Hallo

Gleiches gilt für die Überschriften Montag, Dienstag ...

Zur Zentrierung musst du zum Beispiel

Code:
<td><b ALIGN="CENTER"><font size = "3px">P</font></b></td>

in

Code:
<td ALIGN="CENTER"><b><font size = "3px">P</font></b></td>

ändern.

Bei allen anderen betroffenen Zellen natürlich auch.

Gruss

MrMurphy
 
Hallo

Gleiches gilt für die Überschriften Montag, Dienstag ...

Zur Zentrierung musst du zum Beispiel

Code:
<td><b ALIGN="CENTER"><font size = "3px">P</font></b></td>

in

Code:
<td ALIGN="CENTER"><b><font size = "3px">P</font></b></td>

ändern.

Bei allen anderen betroffenen Zellen natürlich auch.

Gruss

MrMurphy
Gut, Danke :)
 
Hätte noch eine Frage und zwar wie kann ich 2 Tabellen nebeneinander anzeigen lassen?

Tabelle 1:

Code:
<table border="10px"style="margin-left: 700px; margin-top: 100px">


        <tr>
            <td align="center"><b><font size = "5px">Uhrzeiten</font></b></td>
            <td align="center"><b><font size = "4px">Montag</font></b></td>
            <td align="center"><b><font size = "4px">Dienstag</font></b></td>
            <td align="center"><b><font size = "4px">Mittwoch</font></b></td>
            <td align="center"><b><font size = "4px">Donnerstag</font></b></td>
            <td align="center"><b><font size = "4px">Freitag</font></b></td>
        </tr>
</table>

Tabelle 2:

Code:
<table border = "2px">
            <tr>
                <td align="center"><b><font size = "2px"></font></b></td>
                <td align="center"><b><font size = "2px"></font></b></td>
                <td align="center"><b><font size = "2px"></font></b></td>
                <td align="center"><b><font size = "2px"></font></b></td>
            </tr>
</table>
 
Werbung:
Status
Für weitere Antworten geschlossen.
Zurück
Oben