Guestbook Code

Have you ever wondered where everyone gets that cool code for there guestbook? Well, here's my code:

<center><A NAME="form"> <BR> <style type="text/css"> <!-- body { color: hotpink; background: white; font-size: 11px; font-family: verdana; letter-spacing: 1pt; line-height: 15px; text-align: left;} td { font-size: 11px; font-family: verdana; line-height: 15px; text-align: justify; color:purple; } font { font-size: 11px; font-family: verdana; line-height: 15px; text-align: left; color:dodgerblue; } A:link{ color: hotpink; TEXT-DECORATION: none; font-weight: normal;} A:visited{ COLOR: hotpink; TEXT-DECORATION: none; font-weight: normal;} A:active{ COLOR: hotpink; TEXT-DECORATION: normal;} A:hover{COLOR:hotpink; cursor:n-resize; font-weight: normal;} input, textarea { background: white; border: 1pt dashed hotpink; font-family: verdana; color: springgreen; font-size: 11;} b {color:Springgreen;font-weight:bold;font-size: 11px;font-family:verdana}--></STYLE> <CENTER><TR> <TD ALIGN=left></TD> <TD ALIGN=left></TD> </TR> <TR> <TD ALIGN=left></TD> <TD ALIGN=left></TD> </TR> <TR> <TD ALIGN=left></TD> <TD ALIGN=left></TD> </TR> <TR><TD COLSPAN=2></TD> </TR> <TR> <TD></TD> <TD ALIGN="right"><FONT FACE="geneva,arial" SIZE="2"></TR> </TABLE></TD></TR> </FORM> </TABLE> </CENTER>


You can use it and change the colours if you wish! And, here is the code for the scroller:

</BODY></html><STYLE type="text/css"><!-- BODY { scrollbar-track-color:white; scrollbar-face-color:white; scrollbar-highlight-color:springgreen; scrollbar-3dlight-color:springgreen; scrollbar-darkshadow-color:white; scrollbar-shadow-color:springgreen; scrollbar-arrow-color:springgreen; } --></STYLE> </head>

You can use it and change the colours as well. Hope it comes in useful! =D