Shiva
Hallo, ich hätte da mal eine Frage:
Wie kann ich in meinem Forum so ein Feld wie dieses reinmachen? -->
KLICK MICH
Ich suche schon seit einiger Zeit in diesem Forum danach, doch dies ohne Erfolg.
Brauch man dazu vlt auch einen bestimmen Hack?
Master-X
Das ist ein ganz einfacher HTML-Code. Hab' dir da mal schnell einen zusammengestellt:
code: |
1:
2:
3:
4:
5:
6:
7:
8:
|
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
<tr bgcolor="{tabletitlecolor}" id="tabletitle">
<td><smallfont color="{fontcolorsecond}"><b>Vote-Button</b></font></td>
</tr>
<tr>
<td bgcolor="{tablecolorb}" id="tableb">Buttongrafiken</td>
</tr>
</table><br> |
|
Kannst du natürlich noch anpassen. Diesen Code im Indextemplate einfügen (z.B. unter
code: |
1:
2:
|
$welcome
</table><br> |
|
)
Shinto
ehm wie fügt man denn dann die buttons mit links ein?
Shinto
sry, wenn ich jetz so blöd frage, aber ich habe grad erst mit html angefangen!
wo genau muss ich das jetzt hinsetzen?
Master-X
Zitat: |
Original von Master-X*
Das ist ein ganz einfacher HTML-Code. Hab' dir da mal schnell einen zusammengestellt:
code: |
1:
2:
3:
4:
5:
6:
7:
8:
|
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
<tr bgcolor="{tabletitlecolor}" id="tabletitle">
<td><smallfont color="{fontcolorsecond}"><b>Vote-Button</b></font></td>
</tr>
<tr>
<td bgcolor="{tablecolorb}" id="tableb">Buttongrafiken</td>
</tr>
</table><br> |
|
Kannst du natürlich noch anpassen. Diesen Code im Indextemplate einfügen (z.B. unter
code: |
1:
2:
|
$welcome
</table><br> |
|
) |
Dort bei "Buttongrafiken" - da muss der geschriebene Code hinein.