chrishawthorne
10-27-2003, 04:42 PM
I am working on my guestbook, and I am trying to make the color behind the entries 0033ff (blue) , and can't find anywhere to insert it, could you please help?
The page is at scrapmagic.signmyguestbook.com
Here is my code:
<HTML><HEAD><TITLE>Scrapbook Magic - Guestbook</TITLE></HEAD>
<BODY BGCOLOR="#3A99FF" TEXT="white" LINK="white" VLINK="white">
<CENTER>
<TABLE WIDTH=500><TD>
<FONT FACE="verdana, arial" size=2>
<P>
%%entries%%
</P>
<HR>
<P>Older Guestbook Entries: %%links_to_older_entries%%</P>
<HR><BLOCKQUOTE>
<P>Sign Our Guestbook Here:
<form method=post action="http://members.signmyguestbook.com/edit/sign">
Your Name: <input type=text name=signername size=18><BR>
Your E-mail: <input type=text name=email size=18><BR>
Your Homepage/Website: <input type=text name=url size=36 value="http://"><BR>
Your Message:<BR>
<textarea name="message" ROWS="10" COLS="36" wrap="virtual"></TEXTAREA><BR>
<input type=hidden name="username" value="scrapmagic">
<input type=submit value="Submit"></P>
</FORM></P>
</BLOCKQUOTE>
<P><A HREF="http://www.scrapbookmagic.org">Home</A></P>
</TD></TABLE> <FONT FACE="verdana, arial" size=2>
</BODY>
</HTML>
The page is at scrapmagic.signmyguestbook.com
Here is my code:
<HTML><HEAD><TITLE>Scrapbook Magic - Guestbook</TITLE></HEAD>
<BODY BGCOLOR="#3A99FF" TEXT="white" LINK="white" VLINK="white">
<CENTER>
<TABLE WIDTH=500><TD>
<FONT FACE="verdana, arial" size=2>
<P>
%%entries%%
</P>
<HR>
<P>Older Guestbook Entries: %%links_to_older_entries%%</P>
<HR><BLOCKQUOTE>
<P>Sign Our Guestbook Here:
<form method=post action="http://members.signmyguestbook.com/edit/sign">
Your Name: <input type=text name=signername size=18><BR>
Your E-mail: <input type=text name=email size=18><BR>
Your Homepage/Website: <input type=text name=url size=36 value="http://"><BR>
Your Message:<BR>
<textarea name="message" ROWS="10" COLS="36" wrap="virtual"></TEXTAREA><BR>
<input type=hidden name="username" value="scrapmagic">
<input type=submit value="Submit"></P>
</FORM></P>
</BLOCKQUOTE>
<P><A HREF="http://www.scrapbookmagic.org">Home</A></P>
</TD></TABLE> <FONT FACE="verdana, arial" size=2>
</BODY>
</HTML>