Displaying "<" in HTML

Jerry

That was kind of meant to be a joke, sorry.:)
 
A fair bit more work than a single space character though. :eek:
 
The issue seems intermittent ..
I don't believe it is intermittent at all. It all has to do with what character is after the <.

If there is a letter after < then it will remove anything after that point or up to the next >.

Anything other than a letter after < will still remain there and in tact. Such as a number or dollar sign or period or anything else.

Hope that helps and makes sense.

There is an easy fix which I have put into Richard's code some time ago, which I think he may have in there now in the mFormatFormula module:

s = Replace(Replace(s, "<", " < "), ">", " > ")
 
I don't believe it is intermittent at all. It all has to do with what character is after the <.

If there is a letter after < then it will remove anything after that point or up to the next >.

Anything other than a letter after < will still remain there and in tact. Such as a number or dollar sign or period or anything else.

Hope that helps and makes sense.
You are most likely correct, I hadn't made that connection (& know pretty much nothing about HTML).
Could I argue that I meant people intermittently put letters/non-letters after the symbol? :biggrin:
 
You are most likely correct, I hadn't made that connection (& know pretty much nothing about HTML).
Could I argue that I meant people intermittently put letters/non-letters after the symbol? :biggrin:
That argument will work and I knew that is what you really meant. :biggrin: ;)
 

Forum statistics

Threads
1,221,566
Messages
6,160,525
Members
451,655
Latest member
rugubara

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top