Moin Moin,
bei meinem gratis Gästebuch von guestbook.e-workers.de
wird bei mir leider kein Hintergrund angezeigt, und ich weiß
leider nicht warum???
ein stylesheet Befehl hatte ich auch schon, ging auch nicht
also so gehts los...
_________________________________________________________
!doctype html public "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Gästebuch</title>
</head>
<body background="frame3.jpg" bgproperties=fixed>
{HEADER_START}
<a name="top"> </a>
{HEADER_END}
{FORM_START}
<FORM ACTION="{SCRIPT_VERSION}" METHOD="POST">
<div align="center">
<font face="Verdana" color="#2B0E00">
Name: <input type="text" name="U_NAME" size="30"><p></p>
E-Mail: <input type="text" name="U_EMAIL" size="30"><p></p>
URL:
<input type="text" name="U_URL" size="30" value="http://"><p></p>
<textarea rows="7" name="U_MESSAGE" cols="33"></textarea><p></p>
<input type="submit" name="submit" value="Absenden">
<input type="hidden" name="ref_id" value="{REF_ID}">
</div></form>
{FORM_END}