Seite 1 von 2

overall_footer.tpl Tabellen anfang

Verfasst: 05.06.2003 21:02
von Sihtam
Hallo

Ich wollte bei dem Forum
www.tipp-zentrum.de/forum

nen rand drum machen.

So leider passiert das unten das dort ne lücke entsteht und die 3 spalte rechts nicht angezigt wird.

könnt ihr mir sagen wo der anfang von dem code ist:

Code: Alles auswählen

		
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
	reason) retain the full copyright we request you at least leave in place the 
	Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
	to include even this then support on our forums may be affected. 

	The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} &copy; 2001, 2002 phpBB Group<br />{TRANSLATION_INFO}</span>

</div>
		</td>
	</tr>
</table>
in welcher datei finde ich den anfang der tabelle???

Mfg Mathis

Verfasst: 05.06.2003 21:44
von JumpinJack
Der Anfang sollte sich in der overall_header.tpl befinden.

Verfasst: 05.06.2003 21:49
von Sihtam
ja hab ich mir auch gedacht steht aber nicht leider!!!

Verfasst: 05.06.2003 21:49
von JumpinJack
Hm...also bei mir schon.

Guck dir noch mal den html-Bereich an. Und dann such nach "table". Wie du siehst werden 3 tables aufgemacht und nur 2 geschlossen.

Im overall_footer wird dann der dritte table geschlossen.

Verfasst: 05.06.2003 21:52
von Sihtam
mmh vielleich hab ich das mal da hinzugefügt und es deshalb nicht klappt

danke

Verfasst: 05.06.2003 21:53
von JumpinJack
Siehe oben,.....hab editiert. Warst ein wenig zu schnell. :D

Verfasst: 05.06.2003 21:56
von Sihtam
oh wie schön bei mir werden nur 2 aufgeamcht und 2 geschlossen dafehlt wohl was shit

schick mir mal eben dein teil es codes

Verfasst: 05.06.2003 21:58
von JumpinJack
Hm...hast du ein anderes Theme? Also ich rede gerade von subSilver.

Standardcode vom phpbb2 subSilver:

Code: Alles auswählen

<table width="100%" cellspacing="15" cellpadding="10" border="0" align="center">
	<tr>
		<td class="bodyline">
		<table width="100%" cellspacing="0" cellpadding="0" border="0">
			<tr>
				<td align="left" width="10%" valign="bottom"><img src="templates/subSilver/images/left.JPG" height="49"></td>
				<td align="center" width="40%" valign="middle"><span class="maintitle">{SITENAME}</span><br></td>
				<td align="left" width="50%" valign="middle"><span class="gen">{SITE_DESCRIPTION}</span></td>
			</tr>
		</table>
<table bgcolor="#DEE3E7" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td height="16" align="right"><img src="templates/subSilver/images/rightd.JPG" height="16"></td></tr></table>
<table width="100%" cellspacing="15" cellpadding="10" border="0" align="center">
		<table width="100%" cellspacing="0" cellpadding="0" border="0">
			<tr>
					<!-- BEGIN switch_user_logged_out -->
				<td align="left" width="50%" height="13" valign="middle"><span class="gen">Herzlich Willkommen.</span></td>
				<td align="right" width="50%" height="13" valign="middle"><span class="gen">{CURRENT_TIMES}</span></td>
					<!-- END switch_user_logged_out -->
					<!-- BEGIN switch_user_logged_in -->
				<td align="left" width="50%" height="13" valign="middle"><span class="gen">{PRIVATE_MESSAGE_INFO}</span></td>
				<td align="right" width="50%" height="13" valign="middle"><span class="gen">{CURRENT_TIMES}</span></td>
					<!-- END switch_user_logged_in -->
			</tr>
		</table>
<table bgcolor="#DEE3E7" width="100%" border="0" cellpadding="0" cellspacing="0">

Verfasst: 05.06.2003 22:00
von Sihtam
ist das der der unten beendet wird???

Code: Alles auswählen

<table width="100%" cellspacing="15" cellpadding="10" border="0" align="center"> 
   <tr> 
      <td class="bodyline"> 

Verfasst: 05.06.2003 22:02
von JumpinJack
Ich bin leider kein html-crack, aber ich würde schon sagen ja. Gerade deswegen weil Die tabelle mit dem weißen hintergrund ganz oben anfängt.

Also wie Paul Panzer sagt: rischtich! :)