japple Posted February 24, 2007 Report Share Posted February 24, 2007 Another newbie question. How do I get the output from the field appear as BOLD in my Search and Report form? Quote Link to comment Share on other sites More sharing options...
1 DefinitelyNot31337 Posted January 27, 2019 Report Share Posted January 27, 2019 A more flexible way of doing this is to display your field in an HTML Block instead (see screenshot below). This way, you are sure that this is the only field that is displayed as bold. You can also type the HTML syntax manually. <strong> [@field:yourFieldName] </strong> More information about HTML Blocks can be found here. https://howto.caspio.com/datapages/datapage-components/html-blocks/ Hope this information helps. Regards, DN31337 Quote Link to comment Share on other sites More sharing options...
0 napoleonv Posted February 25, 2007 Report Share Posted February 25, 2007 Another newbie question. How do I get the output from the field appear as BOLD in my Search and Report form? You can use DataPage Styles for this. You can to configure the result page styles to show the result in bold. Quote Link to comment Share on other sites More sharing options...
0 SinJunYoung Posted January 18, 2019 Report Share Posted January 18, 2019 Hello @japple, You may now easily edit your fields and make the font weight bold. Just head to Styles > Select on the current style that you wanted to edit > On the Define Style Settings, you may define the Font options and set your Type to Bold. Here is a screenshot for reference: https://prnt.sc/m8zmsn Hope this helps. Quote Link to comment Share on other sites More sharing options...
0 SinJunYoung Posted January 18, 2019 Report Share Posted January 18, 2019 In addition, you may also click on the Source instead of just the Settings and head to .cbFormLabel and add font-weight: bold; Here's a reference: 1 minute ago, OppaShinJoonYoung said: Hello @japple, You may now easily edit your fields and make the font weight bold. Just head to Styles > Select on the current style that you wanted to edit > On the Define Style Settings, you may define the Font options and set your Type to Bold. Hope this helps. Quote Link to comment Share on other sites More sharing options...
0 ParkLoey Posted January 30, 2022 Report Share Posted January 30, 2022 Hi! For everyone who's not familiar with coding, let me share my trusty CSS tag reference that I use. https://www.w3schools.com/css/ Quote Link to comment Share on other sites More sharing options...
0 telly Posted September 30, 2023 Report Share Posted September 30, 2023 Hi @japple, Navigate to Style > Label > Defaults > Type > BOLD: Quote Link to comment Share on other sites More sharing options...
0 ianGPT Posted December 31, 2023 Report Share Posted December 31, 2023 Hi @japple, Additionally, if you wish to specifically target a particular field set on the results page, you can apply a <style></style> tag to the header and add font-weight: bold; inside it, as suggested by @SinJunYoung Just make sure to target the class you wish to bold. Ex. Quote Link to comment Share on other sites More sharing options...
Question
japple
Another newbie question. How do I get the output from the field appear as BOLD in my Search and Report form?
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.