I am reading in what i thought was just basic text from an .html file and i want to display it on a asp.net webpage.
I put some css formatting but it doesn't seem to fully work. I got to the bottom of it as the issue is now that i look at what i thought was raw text turns out to be:
<SPAN style="FONT-SIZE: 16pt">
<P style="TEXT-ALIGN: center; MARGIN: 0in 0in 0pt" class=MsoNormal
align=center><SPAN style="FONT-SIZE: 16pt"><?xml:namespace prefix = o ns =
"urn:schemas- microsoft-com:office:office" /><o:p></o:p></SPAN></P><SPAN
style="FONT-SIZE: 16pt"><o:p>
<P style="TEXT-ALIGN: center; MARGIN: 0in 0in 0pt" class=MsoNormal align=center><SPAN
style="FONT-SIZE: 16pt">General Manager’s Corner<o:p></o:p></SPAN></P>
<P style="TEXT-ALIGN: center; MARGIN: 0in 0in 0pt" class=MsoNormal align=center><SPAN
style="FONT-SIZE: 16pt">July 2009<o:p></o:p></SPAN></P>
<P style="TEXT-ALIGN: center; MARGIN: 0in 0in 0pt" class=MsoNormal align=center><SPAN
style="FONT-SIZE: 16pt"><o:p> </o:p></SPAN></P>
this looks like its coming from microsoft word or something with some inline formatting.
is there anyway i can either:
- Remove all the inline formatting
- have my css override the inline formatting.