Gossamer Forum
Home : Products : DBMan : Installation :

Changing Field Color, html.pl

Quote Reply
Changing Field Color, html.pl
quote:
--------------------------------------------------------------------------------

Even though my Search fields always Come up bold, can I make my "primary" field (Name) ALWAYS appear in bold or a different color when searched?

--------------------------------------------------------------------------------

Do you want it to be in a different color when someone searches on the Name field, or do you just want the Name field to be bold or in a different color all the time? If the latter, all you need to do is change things in html_record. (You'll also have to not use autogenerate.)

If you have created your own html_record, you could post a portion of it here and tell me what you want to do and I will show you how to do it.

---------------------------------------

I want it to appear in BOLD or a specific color ALL THE TIME.

Here's what I have (thanks to someone very special):

sub html_record {

my (%rec) = @_;
($db_auto_generate and print &build_html_record(%rec) and return);
print qq|
<table border=1>
<tr><td align=right valign=top width=20%><$font_color>Name:</font></td>

I would like to have the reutrend value always show up BOLD and in RED (or some color).

Thanks!

Lenny

------------------
Catalyst for the new millenium
Subject Author Views Date
Thread Changing Field Color, html.pl CyborgNY 4235 Jun 10, 1999, 11:30 AM
Post Re: Changing Field Color, html.pl
JPDeni 4048 Jun 10, 1999, 12:25 PM
Post Re: Changing Field Color, html.pl
CyborgNY 4079 Jun 11, 1999, 7:47 AM
Post Re: Changing Field Color, html.pl
CyborgNY 4072 Jun 11, 1999, 11:07 AM
Post Re: Changing Field Color, html.pl
JPDeni 4069 Jun 11, 1999, 12:43 PM
Post Re: Changing Field Color, html.pl
CyborgNY 3994 Jun 14, 1999, 11:43 AM
Post Re: Changing Field Color, html.pl
CyborgNY 3970 Jun 14, 1999, 12:03 PM
Post Re: Changing Field Color, html.pl
JPDeni 4018 Jun 14, 1999, 12:51 PM
Post Re: Changing Field Color, html.pl
JPDeni 3969 Jun 14, 1999, 9:48 PM
Post Re: Changing Field Color, html.pl
CyborgNY 3984 Jun 15, 1999, 8:47 AM
Post Re: Changing Field Color, html.pl
CyborgNY 3981 Jun 15, 1999, 10:22 AM
Post Re: Changing Field Color, html.pl
CyborgNY 3994 Jun 15, 1999, 11:14 AM
Post Re: Changing Field Color, html.pl
JPDeni 4031 Jun 15, 1999, 11:58 AM