Gossamer Forum
Home : Products : DBMan : Customization :

changing record field colors

Quote Reply
changing record field colors
I've been looking at the html.pl file on my machine...wondering what I need to change in the HTML code to display the record information with a different background color. Right now, everything is on a gray background with black text when you view records. Where do I need to make changes to change the background color of where the record information is printed?
Thanks, Ken
Quote Reply
Re: changing record field colors In reply to
The default gray background color is defined in the <body> tag in each of the subroutines. If you want to change the background of the pages, you'll need to change it in each of the subroutines in html.pl.

I would do a search-and-replace.

Search for

<body bgcolor="#DDDDDD">

and replace it with

<body bgcolor="#[hex code for whatever you want your background to be]">

------------------
JPD