Welcome, Guest. Please Login or Register.
November 01, 2024, 01:14:12 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  German User Help  |  Hilfe zu YaBB SE  |  HTML Problem - BUG?! « previous next »
Pages: 1 2 [3] Reply Ignore Print
Author Topic: HTML Problem - BUG?!  (Read 5655 times)
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:HTML Problem - BUG?!
« Reply #30 on: July 11, 2002, 03:41:13 PM »
Reply with quote

Quote from: doom|erZ on July 11, 2002, 03:31:06 PMHm?

Ich versteh nicht ...
Was rendert er denn?
Das sind doch nur die templates!

Musst ja nur in den Quelltext schaun!
Lieber doom|erZ
Das *Minimum* wenn Du solche Hilfe beanspruchst ist, wie Mediman schrieb sind
  • ein downloadbares ".txt" template file welches *nicht* geparst ist
  • 2. ein *funktionsfähiger* link zum board
  • 3. ein link zur phpinfo
« Last Edit: July 11, 2002, 03:42:35 PM by andrea » Logged

PHPlugin
Sr. Member
****
Posts: 465


WWW
Re:HTML Problem - BUG?!
« Reply #31 on: July 11, 2002, 03:43:45 PM »
Reply with quote

wenn du dir den Quelltext von den dateien oben (die links) ansiehst, wirst du genau das selbe lesen, wie wenn ich die Dateien als TXT dateien hochladen würde!
Logged
PHPlugin
Sr. Member
****
Posts: 465


WWW
Re:HTML Problem - BUG?!
« Reply #32 on: July 11, 2002, 03:45:12 PM »
Reply with quote

Quote from: andrea on July 11, 2002, 03:41:13 PM
Quote from: doom|erZ on July 11, 2002, 03:31:06 PMHm?

Ich versteh nicht ...
Was rendert er denn?
Das sind doch nur die templates!

Musst ja nur in den Quelltext schaun!
Lieber doom|erZ
Das *Minimum* wenn Du solche Hilfe beanspruchst ist, wie Mediman schrieb sind
  • ein downloadbares ".txt" template file welches *nicht* geparst ist
  • 2. ein *funktionsfähiger* link zum board
  • 3. ein link zur phpinfo

argz ... die links zu den files sind und werden ja nicht geparst, aber ihr schaut ja nicht erst sondern denkt gleich ich bin dumm oda so .. ok ok moment ich werd euch gleich nen link zu dem board geben!
Logged
PHPlugin
Sr. Member
****
Posts: 465


WWW
Re:HTML Problem - BUG?!
« Reply #33 on: July 11, 2002, 03:48:54 PM »
Reply with quote

Mein Board:
http://www.erz-clan.com/forum/index.php

PHP Info:
http://www.erz-clan.com/php.php

Meine template: (UNGEPARSED)
http://www.erz-clan.com/other/template.php
Logged
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:HTML Problem - BUG?!
« Reply #34 on: July 11, 2002, 05:50:27 PM »
Reply with quote

Ausschnitt aus Deinem template Code:


...
  </tr>
  <tr>
    <td align="center" valign="top"><table class="bordercolor2" width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr>
          <td><table width="100%" border="0" cellspacing="1" cellpadding="10">
              <tr>
                <td class="windowbg4">
<table cellspacing="0" cellPadding="10" width="100%" align="center" border="0">
                    <tr>
                      <td valign="top" width="100%"><yabb main></td>
...

Der rote Teil kann HTML mässig nicht stimmen, zwei mal hintereinander
<tr><td>
kann in einer Tabelle nicht vorkommen. Nach <td> muss immer ein </td> kommen, oder allenfalls ein
<td><table> ... </table></td>
falls die Zelle eine Untertabelle enthalten würde.

Der HTML Code *ist* falsch.
Logged

PHPlugin
Sr. Member
****
Posts: 465


WWW
Re:HTML Problem - BUG?!
« Reply #35 on: July 11, 2002, 06:05:56 PM »
Reply with quote

hmm da is aber keine Fehler,
das </td> ist ja erst weiter unten,
da ja innerhalb des <td> </td> 3 andere tabellen sind!
« Last Edit: July 11, 2002, 06:22:26 PM by doom|erZ » Logged
PHPlugin
Sr. Member
****
Posts: 465


WWW
Re:HTML Problem - BUG?!
« Reply #36 on: July 11, 2002, 06:33:53 PM »
Reply with quote

Übersichtlicher:

<table width="90%" border="0" align="center" cellpadding="5" cellspacing="0">
  <tr>
    <td>
      <table width="100%" border="0" cellpadding="0" cellspacing="0" class="bordercolor2">
        <tr>
          <td>

            <table width="100%" border="0" cellpadding="3" cellspacing="1">
              <tr>
                <td height="30" align="center" class="titlebg"><b>:: erZ Clan forum ::</b></td>
              </tr>
              <tr>
                <td height="30" align="center" class="windowbg4"><yabb menu></font></td>
              </tr>
              <tr>
                <td height="30" class="catbg">

                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td><yabb news></td>
                      <td align="right"><yabb uname><yabb im></td>
                    </tr>
                  </table>

                </td>
              </tr>
            </table>

          </td>
        </tr>
      </table>

    </td>
  </tr>
  <tr>
    <td align="center" valign="top">
      <table class="bordercolor2" width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td>

            <table width="100%" border="0" cellspacing="1" cellpadding="10">
              <tr>
                <td class="windowbg4">

                  <table cellspacing="0" cellPadding="10" width="100%" border="0">
                    <tr>
                      <td valign="top" width="100%"><yabb main></td>
                    </tr>
                  </table>
                  <table cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tr>
                      <td align="right"><yabb VBStyleLogin></td>
                    </tr>
                  </table>

                </td>
              </tr>
            </table>

          </td>
        </tr>
      </table>
      <br>
      <table width="100%" border="0" cellpadding="0" cellspacing="0" class="bordercolor2">
        <tr>
          <td>

            <table width="100%" border="0" cellpadding="3" cellspacing="1">
              <tr>
                <td align="center" class="titlebg"><yabb copyright></td>
              </tr>
            </table>

           </td>
        </tr>
      </table>

    </td>
  </tr>
</table>
« Last Edit: July 11, 2002, 06:37:48 PM by doom|erZ » Logged
Pages: 1 2 [3] Reply Ignore Print 
YaBB SE Community  |  German User Help  |  Hilfe zu YaBB SE  |  HTML Problem - BUG?! « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.042 seconds with 21 queries.