Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change Font Size within formula?

Status
Not open for further replies.

strom99

MIS
Joined
Nov 28, 2000
Messages
126
Location
US
I have the following formula used to superscript the TM symbol within a product field. Problem is, is that the field name is displayed on a cover page font size 36, is it possible to change the size of the TM symbol to a size 12 within the formula itself. Using CR8.5

Thanks in advance.


TrimLeft(Replace({sp_pp_header;1.product_description},"(TM)",chr(153)))
 
Hi,

if you can isolate the (TM) as a separate formula, you could selectively reduce the font size within a text field contain three formula, ie. {text_before}(tm}{text_after}.

Hth,
Geoff
 
If you want to control things within a single formula,
you can use the paragraph formatting option of 'Text Interpretation' as HTML text.

Then embed in your text the necessary HTML tags to produce any effect you wish.

Cheers,
- Ido ixm7@psu.edu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top