Simple Guestbook - Help

jackaroo

New Member
Messages
56
Reaction score
0
Points
0
I need some help with the simple guestbook template. can someone give me this html code. I want it to be aligned to the left with white aerial font and a black BG. I also want the font size to be what a size 12 is in word or around that. I suck at html and everything i try just doesnt work. Only thing i worked was a black background. Please help. Thanks.

Jackaroo :D :D :D
 

Cynical

Active Member
Messages
3,492
Reaction score
0
Points
36
You want just the HTML? Here ya go:
HTML:
<HTML>
<BODY bgcolor="#000000">
<font face="Arial" size="3" color="#FFFFFF">
<H2>Guestbook</H2>
Put your text here :)
</BODY>
</HTML>
 
Last edited:
Top