Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   [phpBB] Rand entfernen (https://www.delphipraxis.net/25975-%5Bphpbb%5D-rand-entfernen.html)

S2B 15. Jul 2004 19:53


[phpBB] Rand entfernen
 
Hi @all,
ich würde gerne mein phpBB-Board so umstellen, dass es um das ganze Board keinen Rand mehr gibt! Wie kann ich das erreichen?

rocksoft 16. Jul 2004 02:15

Re: [phpBB] Rand entfernen
 
Hallo,

da musst du ein wenig an der overall_header.tpl anpassen

alcaeus 16. Jul 2004 04:15

Re: [phpBB] Rand entfernen
 
Code:
#
# OPEN /templates/xxx/overall_header.tpl
#

#
# FIND AND DELETE
#
  <table width="100%" cellspacing="0" cellpadding="10" border="0">
    <tr>
      <td class="bodyline">

#
# OPEN /templates/xxx/overall_footer.tpl
#

#
# FIND AND DELETE
#
      </td>
    </tr>
  </table>

#
# EOM
#
Greetz
alcaeus

S2B 16. Jul 2004 13:49

Re: [phpBB] Rand entfernen
 
Das geht leider nicht! :cry:


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:10 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz