Seite 1 von 1

tabellenprobleme

Verfasst: 19.01.2006 22:47
von pcshooter
ich wollte ne tabellenborder, die von rot oben gegen weiss unten auslaufend ist beispiel
also hintergrundbild machen und hop, aber denkste, denn danach die einzelnen zellen wieder weiss zu machen und deren ränder grau, ging nich!
meine lösung war dann eine 2. tabelle hinter die "eigentliche" zu hängen, darin das image und das ging tiptop.
ergo: hintergrundfarbe +hintergrundbild in der gleichen table geht netaber so gehts.
hier der code des disclaimers verkürzt und ohne inhalt weil nich wichtig:

Code: Alles auswählen

<body class="lauftext">

<table width="75%" align="center" background="pix/hinter_k.jpg">
  <tr>
    <td><table width="100%" align="center" bordercolor="#cfcfcf" bgcolor="#cfcfcf" class="lauftext">
      <tr valign="top" class="lauftext">
        <td height="137" bordercolor="#cfcfcf" bgcolor="#FFFFFF>UND HIER DER INHALT</td>
      </tr>
      <tr class="lauftext">
        <td align="left" valign="top" bordercolor="#cfcfcf" bgcolor="#FFFFFF>UND HIER WIEDER INHALT</td>
      </tr>
    </table></td>
  </tr>
</table>
<div align="center"></div>

</body>
so. bei der site isses kein problem aber wie mach das beim forum?
bitte um HILFE!

Verfasst: 20.01.2006 12:03
von miccom
im prinzip reicht es ja aus wenn du die zu umrahmende box, mit diesen codes umschliesst:

oben:

Code: Alles auswählen

<table width="75%" align="center" background="pix/hinter_k.jpg">
  <tr>
    <td>
und nach der zu umschliessenden tabelle:

Code: Alles auswählen

    </td>
  </tr>
</table> 
wenn du das jetzt zum beispiel mit dem kompletten foren-index machen willst, suchst du dir in der index_body.tpl diese tabelle:

Code: Alles auswählen

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  <tr> 
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
  <!-- BEGIN catrow -->
  <tr> 
	<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
	<td class="rowpic" colspan="3" align="right">&nbsp;</td>
  </tr>
  <!-- BEGIN forumrow -->
  <tr> 
	<td class="row1" align="center" valign="middle" height="50">{catrow.forumrow.U_MARK_ALWAYS_READ}</td>
	<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
	  </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<!-- <br />
	  </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS} --></span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
	<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
  <!-- END catrow -->
</table>
wenn du deine index_body.tpl verlinkst, kann ich es auch genauer sagen, obige tabelle ist aus meinem subsilver style.

Verfasst: 20.01.2006 12:37
von pcshooter
ok gute idee, denn das is das prob wo kleb ich das genau rein möcht ja nix kaputmachen
http://www.pc-shooter.ch/forum/template ... x_body.tpl

Verfasst: 20.01.2006 15:47
von miccom
das:

Code: Alles auswählen

<table width="100%"  border="0" class="forumline">
  <tr> 
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
  <!-- BEGIN catrow -->
  <tr> 
	<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
	<td class="rowpic" colspan="3" align="right">&nbsp;</td>
  </tr>
  <!-- BEGIN forumrow -->
  <tr> 
	<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
	<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
	  </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
	  </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
	<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
  <!-- END catrow -->
</table>

durch das ersetzen:

Code: Alles auswählen

<table width="75%" align="center" background="pix/hinter_k.jpg">
  <tr>
    <td> 
    
    <table width="100%"  border="0" class="forumline">
  <tr> 
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
  <!-- BEGIN catrow -->
  <tr> 
	<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
	<td class="rowpic" colspan="3" align="right">&nbsp;</td>
  </tr>
  <!-- BEGIN forumrow -->
  <tr> 
	<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
	<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
	  </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
	  </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
	<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
  <!-- END catrow -->
</table>

    </td>
  </tr>
</table> 
backup nicht vergessen!

GREAT!!!!

Verfasst: 20.01.2006 19:20
von pcshooter
VIELEN DANK!!! FUNZT TOLL! wenn man erstmal geschnallt hat, welche table welche is.... thx alot nochmal!! :lol: :D :grin: :) 8)



noch ne frage: wo befinden sich die .tpl's für posteingang-ausgang und archiv??? nix gefunden... :cry:

Verfasst: 20.01.2006 19:41
von miccom
es gibt da einen tollen kb artikel: KB:70

das was du aber meinst findest du in der privmsgs_body.tpl