Seite 1 von 1

Ungeünschter Abstand bei Overall_header zu Index.tpl, ...

Verfasst: 12.09.2006 11:20
von Westpark
Hallo,

das ist meine Seite um es sich mal anzusehen: http://waechterlicht.wa.funpic.de/
Dort sieht man zwischen overall_header.tpl und index.tpl so eine Zeile. Aber ich wollte das es dort oben direkt anschließt. Hab schon alles probiert ich sehe auch im Code die Zeile nicht :(

Code: Alles auswählen

<body text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" topmargin="0" leftmargin="0">

<!--webbot bot="HTMLMarkup" startspan --><script>
<!--  
if (window.Event)   
  document.captureEvents(Event.MOUSEUP);   
 function nocontextmenu()    
{  
 event.cancelBubble = true  
 event.returnValue = false;  
  return false;  
}  
 function norightclick(e)   
{  
 if (window.Event)   
 {  
  if (e.which == 2 || e.which == 3)  
   return false;  
 }  
 else  
  if (event.button == 2 || event.button == 3)  
  {  
   event.cancelBubble = true  
   event.returnValue = false;  
   return false;  
  }  
 }  
 document.oncontextmenu = nocontextmenu;   
document.onmousedown = norightclick;   
//-->
</script><!--webbot bot="HTMLMarkup" endspan --><!--webbot bot="HTMLMarkup" startspan --><link rel="stylesheet" type="text/css" href="bg.css"><!--webbot bot="HTMLMarkup" endspan --> 

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="100%">
    <tr>
      <td width="100%" background="pics/top-tile.gif" height="92">
      <div align="center">
        <center>
        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
          <tr>
            <td width="33%">
            <p align="left">
            <img border="0" src="pics/gryphon-left.gif" width="85" height="92"></td>
            <td width="33%">
            <p align="center">
            <img border="0" src="pics/decor.png" width="741" height="92"></td>
            <td width="34%">
            <img border="0" src="pics/gryphon-right.gif" align="right" width="85" height="92"></td>
          </tr>
        </table>
        </center>
      </div>
      </td>
    </tr>
    <tr>
      <td width="100%" background="pics/tittle_middle.png" height="70">
      <div align="center">
        <center>
        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
          <tr>
            <td width="67">
            <img border="0" src="pics/title_left.png" width="67" height="70"></td>
            <td valign="top">
            <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="57">
              <tr>
                <td width="100%" height="35">
                <div align="left">
                  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="24">
                    <tr>
                      <td width="100%" valign="bottom" height="24">
                      <img border="0" src="pics/cumunity.gif" width="99" height="14"><a href="index.php"><img border="0" src="pics/forum_icon.gif" width="96" height="14"></a></td>
                    </tr>
                  </table>
                </div>
                </td>
              </tr>
              <tr>
                <td width="100%" height="22">
                <p align="center"><font face="Arial" size="2">
                <a style="text-decoration: none" href="{U_SEARCH}">
                <font color="#AB7821">{L_SEARCH}</font></a><font color="#AB7821"></span>&nbsp;<img border="0" src="pics/icon.gif" width="14" height="14">
                </font><a style="text-decoration: none" href="{U_MEMBERLIST}">
                <font color="#AB7821">{L_MEMBERLIST}</font></a><font color="#AB7821"></span>&nbsp;<img border="0" src="pics/icon.gif" width="14" height="14">
                </font><a style="text-decoration: none" href="{U_GROUP_CP}">
                <font color="#AB7821">{L_USERGROUPS}</font></a><font color="#AB7821">&nbsp;<img border="0" src="pics/icon.gif" width="14" height="14">
                </font>
                <a style="text-decoration: none" href="{U_REGISTER}">
                <font color="#AB7821">{L_REGISTER}</font></a><font color="#AB7821">&nbsp;<img border="0" src="pics/icon.gif" width="14" height="14">
                </font>
                <a style="text-decoration: none" href="{U_PROFILE}">
                <font color="#AB7821">{L_PROFILE}</font></a><font color="#AB7821">
                <img border="0" src="pics/icon.gif" width="14" height="14">&nbsp;</font></font><font face="Arial"><span class="mainmenu"><a class="mainmenu" href="{U_PRIVATEMSGS}"><font size="2" color="#AB7821">{PRIVATE_MESSAGE_INFO}</font></a><font size="2" color="#AB7821">
                </font></span></font><font face="Arial" size="2">
                <font color="#AB7821">
                <img border="0" src="pics/icon.gif" width="14" height="14">
                </font>
                <a style="text-decoration: none" href="{U_LOGIN_LOGOUT}">
                <font color="#AB7821">{L_LOGIN_LOGOUT}</font></a></font></td>
              </tr>
            </table>
            </td>
            <td width="67">
            <p align="right">
            <img border="0" src="pics/title_right.PNG" width="67" height="70"></td>
          </tr>
        </table>
        </center>
      </div>
      </td>
    </tr>
    <tr>
      <td width="100%" valign="top" align="center">

Verfasst: 12.09.2006 14:19
von FatFreddy
Da taucht im body am Anfang der Indextabelle noch ein Style-Block auf:

Code: Alles auswählen

<style>
<!--
.forumline	{ background-color: #FFFFFF; border: 2px #000000 solid; }


td { font-family: Arial }
td		{ font-size : 11; color : #000000; }
td.row2	{ background-color: #FFFFFF; }
.gensmall { font-size : 10px; }
.gensmall { color : #000000; }
-->
</style>
Setz den mal in den Header.

BTW: Schöne Idee, den Index so zu gestalten.

FatFreddy

Verfasst: 12.09.2006 16:35
von Westpark
hmm ich finde das ne was du meinst. Hab auch die Suchfunktion von Dreamweaver benutzt.

Verfasst: 12.09.2006 18:36
von FatFreddy
Lade dein Forum mal in den Browser und schau dir da den Quelltext an.

FatFreddy

Verfasst: 12.09.2006 20:38
von Westpark
Was bringt das?

Verfasst: 12.09.2006 21:44
von Westpark
OK Problem gelöst. War mein Fehler weil die Tabelle war länger als das Bild.