ThWboard Support-Forum (Archiv)

Ort: / Boardübersicht / Styles und Template-Sets / Ich denke...


Seite 1 von 1

fonzerelli schrieb am 02.09.2002 um 21:56 Uhr

...das ich alle Templates bearbeitet habe.Vielleicht hab auch ich was übersehen...
Könnte mir bitte jemand helfen?
Ich habe alle Tabellen auf 80% und möchte das das Board zentriert wird Was hab ich übersehen? schaut selbst: http://fonzerelli.com/board

M.f.G.

Superhausi schrieb am 02.09.2002 um 22:00 Uhr

Wie schon gesagt... Am einfachsten geht es folgender massen:
frame.html ändern in:

<html>
<head>
<title>$titleprepend $config[board_name]</title>
<meta http-equiv="expires" content="0">
<style type="text/css">

  a:link         { color:$style[col_link]; text-decoration: none }
  a:visited      { color:$style[col_link_v]; text-decoration: none }
  a:active       { color:$style[col_link]; text-decoration: none }
  a:hover        { color:$style[col_link_hover]; text-decoration: none }

  a.bglink:link    { color:$style[colorbgfont]; text-decoration: underline}
  a.bglink:visited { color:$style[colorbgfont]; text-decoration: underline}
  a.bglink:active  { color:$style[colorbgfont]; text-decoration: underline}
  a.bglink:hover   { color:$style[colorbgfont]; text-decoration: none }

  a.hefo:link    { color:$style[col_he_fo_font]; text-decoration: underline}
  a.hefo:visited { color:$style[col_he_fo_font]; text-decoration: underline}
  a.hefo:active  { color:$style[col_he_fo_font]; text-decoration: underline}
  a.hefo:hover   { color:$style[col_he_fo_font]; text-decoration: none }

.tbinput     { font-family: Verdana; font-size: 8pt; background-color: #eeeeee }
.tbbutton     { font-family: Verdana; font-size: 8pt }
.tbselect    { font-family: Verdana; font-size: 8pt; background-color: #eeeeee }
.tbtextarea  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; background-color: #eeeeee }
</style>
</head>

<body bgcolor="$style[colorbg]" text="$style[color1]">
<!-- Page generated by ThWboard (http://www.thwboard.de) -->
$debug

<table width="[color="red"][-]100[/-]80[/color]%" border="0" cellspacing="0" cellpadding="0" bgcolor="$style[border_col]">
  <tr>
    <td>
      <table width="100%" border="0" cellspacing="1" cellpadding="3">
        <tr bgcolor="$style[color4]">
          <td><center><b><font face="Tahoma, Helvetica" color="$style[col_he_fo_font]" size="4">$config[board_name]</font><img src="$style[boardimage]" border="0"></b></center></td>
        </tr>
        <tr bgcolor="$style[CellB]">
          <td>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><center>$style[smallfont]$options$style[smallfontend]</center></td>
                <td>
                  <div align="right">$style[smallfont]Willkommen $g_user[userhtmlname]!$style[smallfontend]</div>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      $t_quicklinks
      </table>
    </td>
  </tr>
</table>
<br>
$style[stdfont]<b><font color="$style[colorbgfont]">$navpath<br></font></b>$style[stdfontend]
<br>
$CONTENT
<font color="$style[colorbgfont]"><center>
  <br><br>$style[stdfont]<b><a href="$config[site_url]" class="bglink">$config[site_name]</a></b>$style[stdfontend]<br>
<!--
YOU MAY NOT REMOVE THIS COPYRIGHT NOTICE,
IT MUST BE CLEARLY VISIBLE TO THE END USER!
-->
  <br>$style[smallfont]<b>powered by <a href="http://www.thwboard.de/" class="bglink">ThWboard</a> 3 Beta $config[version]</b><br>&copy; by Paul Baecher & Felix Gonschorek<br>$style[smallfontend]
  <br>
  <br>
</center></font>
</body>
</html>
$DEBUG


Und dann sollte alles richtig sein...

[Edit]
Und wenn du dann noch alles zentriert haben willst, einfach noch ein <div align="center"> um alles drum rum.

fonzerelli schrieb am 03.09.2002 um 17:33 Uhr

hmm erstmal thx ...
aber ich habe alle templates auf 80% iss das vielleicht falsch??

Jonas schrieb am 03.09.2002 um 19:53 Uhr

nein, aber führt zu fehlern

Superhausi schrieb am 03.09.2002 um 19:54 Uhr

Hab das kurz für dich gemacht:
Hier downloaden

fonzerelli schrieb am 03.09.2002 um 20:18 Uhr

wow das nenn ich eigentlich "bezahlsupport"

tausend THX

Jonas schrieb am 03.09.2002 um 20:40 Uhr

hab ich schonmal überlegt, aber dann wegen div. verpflichtungen verworfen...

Superhausi schrieb am 03.09.2002 um 23:22 Uhr

Das waren doch nur 2 Minuten Arbeit... Ist genau das gemacht, was ich die ganze Zeit versucht habe zu erklären... :)

Seite 1 von 1