Craigieboy
Programmer
I have a simple SQL database with an ASP front end used for querying the database - one page for entering in your search criteria and another page for displaying the results in a table. Fairly simple, right?
What I would like to do is display my search criteria in bold within my results table. The idea is to make it easier on the eye for the user to see their results in amongst a whole heap of other text.
Is there any way I can perhaps run a regular expression over the page which will reformat the search text only in bold? I really want to keep this as simple as possible if I can.
With thanks in advance,
Craig ~~ The attention span of a computer is only as long as it's electrical cord. ~~
What I would like to do is display my search criteria in bold within my results table. The idea is to make it easier on the eye for the user to see their results in amongst a whole heap of other text.
Is there any way I can perhaps run a regular expression over the page which will reformat the search text only in bold? I really want to keep this as simple as possible if I can.
With thanks in advance,
Craig ~~ The attention span of a computer is only as long as it's electrical cord. ~~