User-1997257017 posted
In a vb.net 2010 web form application that I support that uses alot of AJAX, the application has a 'Word editor' teachers and counselors use to access generic template letters.These people and then change the wording that are sent to parents of students.
After the application runs, the html is stored in a SQL Server 2016 field called stringtemplate where the value is declared as varchar(max).
The letters are generated using ajax and most of the application uses ajax with jquery.
My question is I am trying to change the font size and color of the letters that are generated. When I look at the html that is stored in the stringemplete field,
I do not see the html changes that I made. The html that is generated had no css tags to identity any part that can be overwritten
This application also has css styles sheets that are used somehow.
Thus I am wondering if there is some part of the ajax that I need to look at so I can change the font size,font style and colors of parts of the letter? if so, can you tell me what to look at?
I added this question to the web form forum since I did not know where is the better forum to ask this question to.