Looking for suggestions for a way to keep all the default settings (or force my own set) on all the controls except the HTMLViewer which should render the source HTML code properly.
If it’s Web, I could absolutely see this happening. It’s why most forum software (like this one) only allow markdown. Because typing html code can inject malicious code.
Yes it’s a web project (but I could also create a desktop version and still might)
I was not aware that html injection even existed. I mostly deal with databases, very aware of it there.
I read up some on markdown / markup.
That’s easy, I’ll do that instead for a public version.
But on a private version i.e. for myself or a web developer, it’s not necessary to markdown / markup as only I have access to the html code and it’s stored in a db anyway.
So that leads me back to my original question, is there some way to set the parameters for just a specific control? - that would be truly helpful.
Thank you Ian. I did realize I could change that value, but the source was generated by an html generator and it did not specify the unit. Once I finish the program it will make more sense.