On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Bold and italics in an HTML page's < TITLE > tag

Hi,

If I display any text that is bolded or italicized in between the < TITLE> tags of an HTML page generated by a TPL, the page title shows up with tags like < EM> and < STRONG>.


For example, if I have this WYSWIG:

News Blurb Should Be Verbatim


Then this is what I get in the title of the web page:

< U>< Strong>News Blurb< /Strong>< /U> < Strong>< Em>< U>Should Be< /U>< /Em>< /Strong> Verbatim

(I added the space beetween the '<' and the next letter, so you all can see it)




Is there a convience function to strip all those things off? Is there some meta-http tag I can set so that the Title of an HTML page will just display 'normal asci text' ???

TIA,
Tom