I am trying to add multiple spaces in my var but it get's cut down to one space or it renders out & nbsp; as is. I have tried using & nbsp; and %20 any one have any other ideas?
ViewBag.Subheading = "Bringing to light";
I want it to look like this
Bringing to light
Use the entity for that:
for each space you want.EDIT: If you already tried and didn't work, there's an helper for outputing html, which should work with the entity:
And
Or you could do something like:
Then call it like: