PDA

View Full Version : Customize message backgorund and text.


Houman
03-24-2005, 02:36 PM
Hi,

I am wondering if there is anyway to customize the actual message backgorund and the text of the actual messgae. If not is it likely that this feature will ever be added?

Houman
A very happy user of ultraguest

Andreas
04-01-2005, 05:51 AM
Hi,

This is possible using stylesheets. Adding the following code to the header of your guestbook (in HTML mode) should work:

<STYLE TYPE="text/css">
<!---
BODY {background: url(http://www.yourwebsite.com/yourimage.jpg); }
--->
</STYLE>