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

Darstellungsproblem

Status
Für weitere Antworten geschlossen.

cyde

Neues Mitglied
Guten Tag zusammen,
ich hab so ne kleine homepage mit html für meinen clan gemacht.
Nur wie vllt. jeder weiß gibt es immer wieder ein anderes problem mit den browsern. http://belive.be.ohost.de/news.php

So das ist meine page. Wie ihr seht sind die news etc. alle nach links am rand vorbei verschoben. Hier seht ihr mal meine index.html (php) aus spaß so gennant :P. Könnt ihr mir bitte die zeile sagen wo der fehler steckt und dann das richtige dazuschreiben?

Vielen dank im vorraus.

HTML:
<html>
<head>
<meta http-equiv="Content-Language" content="de">
<title>beLive.Gaming</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<style>
<!--
body {
    background-color: #3a3a3a;
}
body, td, th {
    font-family: Tahoma;
    font-size: 10px;
    color: #000000;
}
.style1 {color: #E1E1E1}
a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #54aad9;
    text-decoration: none;
}
a:active {
    color: #000000;
    text-decoration: none;
}
.Stil1 {color: #54aad9}
.Stil2 {color: #000000}
.Stil3 {color: #009900}
-->
</style>
</head>
<center>
<body bgcolor="#3a3a3a" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="Tabelle_01" width="583" height="795" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td colspan="3">
            <img src="images/belive_01.jpg" width="583" height="220" alt=""></td>
    </tr>
    <tr>
        <td colspan="3" background="images/belive_02.jpg" width="583" height="13" alt="">
        <font size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font>
        <font face="Arial" size="1">
        <a href="news.php" style="text-decoration: none">News</a> :: 
        <a href="squads.php" style="text-decoration: none">Squads</a> :: 
        <a href="matches.php" style="text-decoration: none">Matches</a> :: 
        <a href="awards.php" style="text-decoration: none">Awards</a> :: 
        <a href="ranks.php" style="text-decoration: none">Ranks</a></font></td>
    </tr>
    <tr>
        <td rowspan="2">
            <img src="images/belive_03.jpg" width="36" height="562" alt=""></td>
        <td background="images/belive_04.jpg" width="508" height="413" alt="">
       <center>
        <div style="position: absolute; middle: 36; top: 253; width: 508; height: 198; left:230">
          <table width="366" border="0" cellspacing="5" cellpadding="0">
          <tr>
            <td align="left" valign="top" style="font-family: Tahoma; font-size: 10px; color: #000000"><table width="366" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td style="font-family: Tahoma; font-size: 10px; color: #000000">
                  <img border="0" src="images/box_up.jpg" width="366" height="9"></td>

                </tr>
                <tr>
                  <td align="left" valign="top" background="images/box_bg.jpg" style="font-family: Tahoma; font-size: 10px; color: #000000"><table width="366" border="0" cellspacing="3" cellpadding="0">
                      <tr>
                        <td height="23" align="left" valign="top" style="font-family: Tahoma; font-size: 10px; color: #000000"><p>
                        <u>be<span class="Stil1">L</span>ive Clanpage ist Online :)</u><br>
                          <br>
                          Heute ging die Page des Clans be<span class="Stil1">L</span>ive 
                        online. Diese Page wird nur der ESL dienen und ein paar 
                        Infos über uns ausspucken. Denn wie jeder weiß muss ein 
                        Clan in der ESL eine Page mit allen Membern angegeben 
                        haben.<u><br>
                          </u></p></td>
                      </tr>
                    </table>
                      <table width="360" border="0" cellspacing="1" cellpadding="0">
                        <tr>
                          <td align="right" style="font-family: Tahoma; font-size: 10px; color: #000000">news written by 
                          cYde 07.03.2007 </td>
                        </tr>
                    </table></td>
                </tr>
                <tr>
                  <td style="font-family: Tahoma; font-size: 10px; color: #000000">
                  <img border="0" src="images/box_down.jpg" width="366" height="10"></td>
                </tr>
            </table></td>
          </tr>
        </table>
          </div>
        </td>
        </center>
        <td rowspan="2">
            <img src="images/belive_05.jpg" width="39" height="562" alt=""></td>
    </tr>
    <tr>
        <td>
            <img src="images/belive_06.jpg" width="508" height="149" alt=""></td>
    </tr>
</table>
</body>
</center>
</html>
 
Einfach
HTML:
style="padding:2px;"
in die <td> setzen.

Oder so:
HTML:
style="padding-left:2px; padding-top:2px; padding-bottom:2px; padding-right:2px;"
MfG, matibaski
 
danke für die rückantwort... so habs gefunden wo die rien muss...
bei mir ist sie nun mittig aber bei einer anderen person ist sie nun nach rechts gerückt...
---------------

edit: hab ma ein paar aus meiner kontaktliste gefragt wie das bei denen ist... bei manchen verschoben bei manchen mittig... was kann ich noch tun?

-------------
edit: es liegt an der auflösung.... gibt es dafür was?
 
Zuletzt bearbeitet:
Mach eine Spalte mehr rein und dann einen Spacer einquetschen.

MfG, matibaski
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben