How do I customize a guest book in Front Page?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I customize the font, edit comments from users, and change the
dd/mm/yyyy to mm/dd/yyyy, etc.? Where is the page that the information is
kept. Guestlog.htm doesn't show the information (even the code), and
Guestbook.ht only points to Guestlog.htm.

Thanks for the help!
 
In guestbook.htm, use form properties to change the date format
right-click on the form, choose Form Properties
Click Options button, then Saved Fields tab
Change the date format
OK out of the dialogue.

To change fonts etc., add CSS styles in the <head> of guestbook.htm
for all html tags used by the guestlog.htm, or apply a theme.
 
Back
Top