Seite 1 von 1

Wie kann ich das Forum zusammen ziehen?

Verfasst: 05.05.2004 17:43
von Niez
Also ich will das Forum zusammen ziehen,so das es nur noch die breite zum Beispiel von 800Pixel hat!Kann mir jemand sagen wie das geht?

MFG Niez

Verfasst: 05.05.2004 18:17
von SantaZ
hi,

du mußt dafür in jeder .tpl die Breite anpassen.


z. B.

Code: Alles auswählen

<table width="75%" align="center" cellpadding="0" cellspacing="0" border="0">
oder anstatt der 75% halt deine 800.

Dieses mußt du so ziemlich bei jeder

Code: Alles auswählen

<table ...
durchführen

Verfasst: 05.05.2004 18:18
von Both
Du machst die Prozedur nur in der overall_header.tpl,
dann kannst du dir nähmlich jede tpl dat ersparen. :wink:

Verfasst: 05.05.2004 18:45
von Niez
Danke

Aber ich würde es auch gerne in der mitte haben!
Also ich habs mal so gemacht wie Timmy es meinte!

Code: Alles auswählen

<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/fisubice/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script type="text/javascript">
<!--
	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
	{
		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body>
<a name="top" id="top"></a>
<table class="bodyline" width="80%"  align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table class="topbkg" width="80%"  align="center" cellspacing="0" cellpadding="0" border="0">
<tr> 
<td><a href="{U_INDEX}"><img src="templates/fisubice/images/logo2.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="800" height="100" /></a></td>
<td align="center" width="100%">&nbsp;</td>
</tr>
</table>
<table width="80%"  align="center" border="0" cellspacing="0" cellpadding="2">
<tr> 
<td align="center" class="topnav">&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>&nbsp; •&nbsp; <a href="{U_SEARCH}">{L_SEARCH}</a>
&nbsp;• &nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; • 
&nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
&nbsp; • &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
&nbsp;• &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; • &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp; 
• &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
</tr>
</table>
<table width="80%"  align="center" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
Also zusammen zieht sich das,wie bekomme ich es in die Mitte,das ist nämlich jetzt links rangezogen????

Oder muss ich was anders eingeben?

Verfasst: 05.05.2004 20:36
von Niez
ok ne...
ich habs selber hinbekommen :D