Simple Guest Book
From Lunarpages Web Hosting Wiki
How do I modify the Simple Guest book template?
It is very easy to modify the Simple Guest book template. To find the link, go to the Simple Guest book part of cPanel and under the heading is "Edit Guest book Template." Click on that and you will see the following:
<!--- Don't modify the cgi tag ---> <cgi> <!--- Don't modify the cgi tag --->
Now, you can make the page around the entries (which will be where the <cgi> is located) either using an HTML editor (eg. FrontPage or Dreamweaver) or hand-coded HTML.
Here is a quick example of something you may do. In this example the <cgi> tag is placed in a table with a width of 600 and to ensure that long messages go to the next line at 600 pixels. There is also no border. This make the page friendlier to smaller monitor resolutions. You can replace the URL of home with anything you wish.
<html> <head> <title>Guestbook</title> </head> <body> <p align="center"><strong><font size="4">Welcome to our guest book </font></strong></p> <p align="center">Thanks for signing.</p> <p align="center"><font size="2"><a href="http://www.lunarpages.com">Home</a></font></p> <table width="600" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><div align="center"> <!--- Don't modify the cgi tag ---> <cgi> <!--- Don't modify the cgi tag ---> </div></td> </tr> </table> </body> </html>
Want to read this in another language? | Web Hosting Support Categories: Beginner | Billing & Sales | Web Design | LPCP | cPanel | Plesk | Quicksite | PageMason | E-mail | Databases | Domain Names | Reseller | Dedicated | VPS | ASP | JSP | PHP | Third Party Scripts | Affiliates | Misc |
Lunarpages Deal: Save $72 on your next Business web hosting plan! Starting at $18.95 per month, this an offer you can't miss. Perfect for business and e-commerce hosting sites, comes with free e-commerce tools and a TremenDesk Help Desk. Limited time offer!
