Table Problem

  • Hallo,

    ich möchte in einen einzeiligen Table einen weiteren Table Einbauen. Wenn ich das mache wird jedoch der nachfolgende Content in eine neue Zeile geschoben :(


    Hier der Code:

    Code
    $CHAT_BOX$
    <table border="0" cellpadding="0" cellspacing="0" height="60" width="100%" style="background:url('/.s/t/993/16.jpg') top repeat-x;">
    <tr><td width="44%" align="center" style="background:url('/.s/t/993/17.jpg') left top no-repeat;color:#FFFFFF;"><!-- <copy> -->Copyright MyCorp &copy; $YEAR$<!-- </copy> --></td>
    <table width="12%" border="2">
    <td align="center"> <a title="Contact Admin" href="javascript://" onclick="window.open('http://link.com','upp','scrollbars=1,top=0,left=0,resizable=no,width=410,height=410') || alert('Disable pop-up windows blocking!');return false;" >Contact Admin</a></td>
    </table>
     <td width="44%" align="center" style="background:url('/.s/t/993/18.jpg') right top no-repeat;color:#FFFFFF;">$POWERED_BY$</td></tr>
    </table>

    Einmal editiert, zuletzt von jojo87 (10. Oktober 2009 um 00:38) aus folgendem Grund: code-tags ergänzt

  • gib doch näste mal bitte am anfang [CODE ] ein und dann die html befehle dann am ende wieder [/CODE ] !
    so also

    Code
    $CHAT_BOX$
    <table border="0" cellpadding="0" cellspacing="0" height="60" width="100%" style="background:url('/.s/t/993/16.jpg') top repeat-x;">
    <tr><td width="44%" align="center" style="background:url('/.s/t/993/17.jpg') left top no-repeat;color:#FFFFFF;"><!-- <copy> -->Copyright MyCorp &copy; $YEAR$<!-- </copy> --></td>
    <table width="12%" border="2">
    <td align="center"> <a title="Contact Admin" href="javascript://" onclick="window.open('http://link.com','upp','scrollbars=1,top=0,left=0,resizable=no,width=410,height=410') || alert('Disable pop-up windows blocking!');return false;" >Contact Admin</a></td>
    </table>
     <td width="44%" align="center" style="background:url('/.s/t/993/18.jpg') right top no-repeat;color:#FFFFFF;">$POWERED_BY$</td></tr>
    </table>

    zu der lösung du musst einfach ein anderen farb code eingeben! zumbeispiel!

    Code
    <font color="#000000">

    und dann einfach

    Code
    <font color"#104921">

    welches system nutzt du? für die website weil der Code kommt mir bekannt vor! $CHAT_BOX$ das ist für eine Chat-box im ucoz system! das ich auch benutze! http://midngihtclub.clan.su/

    Einmal editiert, zuletzt von SummeBlock (10. Oktober 2009 um 00:15)

  • keine ahnung was summeblock mit seiner farbe will...
    is nirgends gefragt - das problem is ein ganz ein anders..

    du machst bei dir die reihenfolge falsch. du musst die tabelle in ein feld
    legen. du legst es zwischen die felge...

    so wärs von der syntax richtig

    Code
    <table>
    <tr><td></td></tr>
    <tr><td><table><tr><td></td></tr></table></td></tr>
    ...
    </table>

    musst jetzt nur noch auf deinen code anwenden