Pagina 1 van 1

forum niet over hele breedte

Geplaatst: 14 feb 2005, 15:32
door Stefanouz
hoe kan ik me forum instellen dat het niet over de hele breedte is

zoals bv. spammersheaven?

Geplaatst: 14 feb 2005, 15:43
door Paul
de width aanpassen van de tabel ;)

Geplaatst: 14 feb 2005, 15:45
door Stefanouz
ja.... zoiets dacht ik al, van de index?

Geplaatst: 14 feb 2005, 15:45
door Paul
Neej in overall_footer.tpl :)

Geplaatst: 14 feb 2005, 15:52
door Stefanouz
niet dus... :roll: :?

als ik index_body heb veranderd, gaat die daar wel mooi, maar als ik naar een topic ga niet...

welke bestanden moet ik hiervoor allemaal aanpassen

Geplaatst: 14 feb 2005, 15:58
door Paul
overall_footer.tpl :roll: . Index_body.tpl is alleen voor de index ;)

Geplaatst: 14 feb 2005, 15:59
door Stefanouz
wat moet ik dan in overall_footer zetten?

want ik heb er wat gedaan en gebeurde niks hoor...

ik had ervan gemaakt:


<div align="center" width="75%"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
We request you retain the full copyright notice below including the link to http://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 http://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 >Template & Modifications by Ertje.nl<br />{TRANSLATION_INFO}</span></div>
</td>
</tr>
</table>

</body>
</html>

Geplaatst: 14 feb 2005, 16:00
door Paul
sorry, mijn fout. het moet zijn overall_header.tpl

Geplaatst: 14 feb 2005, 18:28
door DoubleJ
als je de breedte wil aanpassen moet je het volgende doen (ervan uitgaande dat je subSilver gebruikt gebruik je een andere template vermeld dan even welke dat is)
open overall_header.tpl
vind:

Code: Selecteer alles

<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center"> 
Vervang met:

Code: Selecteer alles

<a name="top"></a>

<table width="DE BREEDTE DIE JIJ WIL" cellspacing="0" cellpadding="10" border="0" align="center"> 
vervang dus hierin "DE BREEDTE DIE JIJ WIL" met de breedte.
wil je bijvoorbeeld dat hij 800 pixels breed wordt dan vul je daar 800 in wil je dat hij 90% preed word vul dan 90% op die plaats in.

Hoop dat dit helpt

Geplaatst: 14 feb 2005, 21:32
door Stefanouz
werkt :D bedankt