Gossamer Forum
Home : Products : DBMan : Customization :

records display

Quote Reply
records display
This one may have already been answered but I can;t seem to find so if anyone could point me in the right direction that would be great to...
What I need is to know how I can get certain words, like peoples names in an article or dates etc. to be bolded in the record layout. Is there a tag I can enter in the description box of the add record screen or do I have to do something in a .cfg file?

thanks..
Quote Reply
Re: records display In reply to
You can bold the search results by setting $db_bold=1 in the .cfg file.

If you want the results of a given field to be bolded all the time, you'll need to create your own html_record subroutine and then you can use whatever html formatting you want in the display.

Or, when you add a record, you can add the bold tags right in the field.



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