I have to enter HTML formatted info (sometimes its several paragraphs) into a textbox on an online form used to create a webpage. I want to use a single <span style=> to format the entire entry at once.
<span style= “font-family:Verdana,Helvetica,sans-serif;font-size:14.0pt>
1
2
3
This works when I review it with my editor (Microsoft Front Page) but when posted on the webpage the font is not enlarged.
I’ve only gotten results using on individual paragraphs.