Autor |
Eintrag |

User ist offline
|
Code für Uhr
|
Datum:11.04.02 21:51 IP: gespeichert
|
|
Huhu! Welchen Code müsste ich eingeben wenn ich auch so ne Uhr in meinem Forum haben wollte? (Bitte nix ändern bei mir, will nur den Code wissen) thx, kiwi
|
|

User ist offline
|
Re: Code für Uhr
|
Datum:11.04.02 23:18 IP: gespeichert
|
|
Farben kann man entsprechend ändern.
code: <applet code="Clock2.class" codebase="http://www.forennet.org/interneSeiten/" width=60 height=25> <param name="BGCol" value="EEE0C0"> <PARAM NAME="FontFamily" VALUE="Arial"> <PARAM NAME="FontSize" VALUE="12"> <PARAM NAME="FontWeight" VALUE="bold"> <PARAM NAME="DateFmt" VALUE="%T"> <param name="FGCol" value="000000"> </applet>
|
|
|