change text color of database results message- no records

K

Karen

In step 3 of 5 of the Database Results Wizard, under More
Options, a feature exists named: "Message To Display If
No Records Are Returned".

I would like the text in this message to be displayed in
red on my web page. Any ideas on how to accomplish this?

Thanks.
 
G

grw

Where the message is displayed in the wizard, add some html :

<font color=red>No Records</font>
 
M

MD WebsUnlimited.com

Instead of using the depreciated font tag use
<span class="NoRecord">No Records</font>

Then use CSS to define the style of the message.
 
G

grw

<span class="NoRecord">No Records</span> ;-)


MD WebsUnlimited.com said:
Instead of using the depreciated font tag use
<span class="NoRecord">No Records</font>

Then use CSS to define the style of the message.

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
-------------------------------------------------------------------------- --
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top