colorless
Hallo ihr (:
ich hab ein kleines Problemchen mit dem CSS Code.
Also ich möchte bei meinem Forum gerne die Textfelder so haben, das man den Forum Hintergrund dort sieht. Ich hab das schon ausprobiert zu coden, aber irgendwie will es nicht so ganz funktionieren. Wäre nett, wenn ihr mir mal posten könntet, wie man es codet, dann kann ich es vergleichen.
Mein zweites Problem hat etwas mit dem Statistik Hack von Ahnungslos zutun. Ich möchte gerne meine normale Tabelle, die ich zuvor gecodet hab, mit dem Hack, der ebenfalls eine Tabelle ist, verbinden. Entweder meine HTML Kenntnisse reichen nicht oder es will nicht funktionieren.
Falls ihr Codes braucht, kann ich die auch noch posten.
Danke schonmal im Vorraus,
liebe Grüße Colorless
colorless
Danke erstmal für das mit dem CSS. Werd ich gleich mal probieren (;
Ehm...ich will das quasi zusammen bauen. Die Tabelle hat drei Spalten ebenso wie die Statistik. Aber ich bekomm es einfach nicht richtig hin oô
colorless
Die Statistik:
| code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
|
<tr bgcolor="{tabletitlecolor}" id="tabletitle">
<td height=20 colspan=3>
<table width=100% border=0 cellpadding=0 cellspacing=0><tr>
<td align=left width=50%>
<smallfont color="{fontcolorsecond}"><b>Hallo <a href="profile.php?userid=$user_info[userid]">$user_info[username]</a></b></font>
</td>
<td align=right width=50%>
<smallfont color="{fontcolorsecond}"><b>[<a href="logout.php?sid=$session[hash]">abmelden</a>]</b></font>
</td>
</tr></table>
</td>
</tr>
<tr>
<td bgcolor="{tablecolorb}" id="tableb" align=left width=46%>
<table cellspacing=0 cellpadding=0 width="100%" border=0 valign="middle">
<tr>
<td bgcolor="{tablecolorb}" id="tableb" colspan="2">
<normalfont><b>Persönliche Infos</b></font>
</td>
</tr>
<tr>
<td colspan="2">
<hr color="{tableinbordercolor}" noShade SIZE=1>
</td>
</tr>
<tr id="tableb" bgcolor="{tablecolorb}">
<td align="left" colspan="2">
<smallfont>Ihr letzter Besuch war am $lastvisitdate um $lastvisittime.</smallfont>
</td>
</tr>
<tr id="tableb" bgcolor="{tablecolorb}">
<td align="left" valign=middle width=25>
$new_notnew
</td>
<td align="left">
<smallfont><b><a href="pms.php?sid=$session[hash]">Posteingang</a></b><br>
Sie haben $countnew neue Nachricht(en)</font>
</td>
</tr>
<tr id="tableb" bgcolor="{tablecolorb}">
<td align="left" colspan="2">
<smallfont>($countunread ungelesene, $counttotal Nachricht(en) insgesamt)<br>
Sie haben bisher <a href="search.php?action=user&userid=$user_info[userid]&sid=$session[hash]"><b>$user_info[userposts]</b></a> Beiträge verfasst.</font>
</td>
</tr>
<tr>
<td colspan="2">
<hr color="{tableinbordercolor}" noShade SIZE=1>
<smallfont><a href="search.php?action=new&sid=$session[hash]">Hier sehen sie die neuen Beiträge seit ihrem letzten Besuch.</a></font>
</td>
</tr>
</table>
</td>
<td bgcolor="{tablecolora}" id="tablea" align=center width=8%>
<smallfont><b>Dein Avatar</b><br><br>
<div align=center valign="middle">$useravatar</div></font>
</td>
<td bgcolor="{tablecolorb}" id="tableb" align=right width=46%>
<table cellspacing=0 cellpadding=0 width="100%">
<tr>
<td bgcolor="{tablecolorb}" id="tableb" align=right>
<normalfont><b>Foreninfos</b></font>
</td>
</tr>
<tr>
<td>
<hr color="{tableinbordercolor}" noShade SIZE=1>
</td>
</tr>
<tr>
<td bgcolor="{tablecolorb}" id="tableb">
<div align=right><smallfont>
<b>$master_board_name</b><br>
Registrierte Mitglieder: <b>$members[members]</b><br>
<a href="profile.php?userid=$newestmember[userid]&sid=$session[hash]">$newestmember[username]</a> ist unser neustes Mitglied<br>
Zur Zeit sind <b>$membercount</b> User und <b>$guestcount</b> Gäste im Forum aktiv.<br>
<b>Rekord:</b> $rekord Benutzer am $rekorddate <font color="{timecolor}">$rekordtime<br></font>
</font></div>
</td>
</tr>
<tr>
<td align=right>
<hr color="{tableinbordercolor}" noShade SIZE=1>
<smallfont><a href="markread.php?sid=$session[hash]">Alle Foren als gelesen markieren</a></font>
</td>
</tr>
</table>
</td>
</tr>
<br> |
|
Das was dran soll. (Unten dran xD)
| code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
|
<table align="center" style="border-collapse: collapse; width:659px; height: 200px;"
bgcolor="#D3DEDC"
border="1" cellpadding="0" cellspacing="0" bordercolor="#A5A8A7" >
<br><br>
<tbody>
<tr bgcolor="#B1BFBD">
<td style="text-align: center; font-family=times new roman;"><b> administration </b></td>
<td style="text-align: center; font-family=times new roman;"><b> ingame</b></td>
<td style="text-align: center; font-family=times new roman;"><b> menü</b></td>
</tr>
<tr>
<td style="text-align: center; font-family= tahoma"><small><small> <img src="http://i30.tinypic.com/2cr63op.png"> <img src="http://i30.tinypic.com/11ghxef.png">
<br> <b>A N N Ü</b>
<br><i>ICQ: 215070132
<br>MSN: just.colorless@hotmail.de</i></td>
<td style="text-align: center; font-family=tahoma"><small><small>
<br> <b>10 °C im Schatten</b>
<br>Der Schnee ist komplett verschwunden
<br>jedoch ist es gelegentlich immernoch
<br>frostig kalt. Vereinzelt Regenschauer.
<br>
<br><img
alt="" src="http://i30.tinypic.com/2psrvpf.png">
<br>
<br>
</small></small></td> <td style="text-align: left; font-family= times new roman"><small
style="color: rgb(11, 12, 11);"><center><small><u><br>
<a
href="http://colorless93.co.funpic.de/wbblite/board.php?boardid=40&sid="
target="_top"> <b> R U L E S</b></a><br>
<a
href="http://colorless93.co.funpic.de/wbblite/board.php?boardid=41&sid="> <b> S T O R Y L I N E </b></a><br>
<a
href="http://colorless93.co.funpic.de/wbblite/thread.php?threadid=6&sid="
target="_top"> <b> T A K E N </b></a><br>
<a
href="http://colorless93.co.funpic.de/wbblite/thread.php?threadid=5&sid="
target="_top"> <b> A P P L I C A T I O N</b></a></u> <br></center>
</small></small></td>
</tr>
</tbody>
</table> |
|
ich hoff du peilst das so oô
bei der tabelle die ich selbst gecodet hab, also der zweite code, sind das ja zwei zeilen...die erst kannst du auch komplett wegmachen, wenns dann besser geht. mit sieht wsh eh scheisse aus.
colorless
danke, das is lieb von dir ^^
colorless
ja, das hatte ich auch schonmal gemacht.
aber so will ichs ja gerade nicht, ich denke, du hast's falsch verstanden. ich möchte aus beidem, eine tabelle machen. verstehst du? ^^