Im trying to make some text on a page of myn, not underlined, because it is currently underlined. Im with ixwebhosting and im going through webshell 3. And all i can see near the text is <b> ? Im wondering what the underline code is so i can remove it and so the text goes back to normal?
The code is so messed up. There seems to be no <hr> symbols near the text that i want to not be underlined.
<font face='Arial' size='3' color='#000099'> <b> Personal Experience </b> </font> </h2> <font face='Arial' size='3' color='#333333'> <b> Throughout my teenage years from the age of 13 to 19 i suffered from moderate acne. When it first was obvious i was told by my family members you will grow out of it soon enough. It was a weird type of acne it had its times when it was pretty bad and times when it was light. Fluctuating through out the years i had it. I was on minomycin for 6 months and that did not work. I remember later hearing that it only had a 60 percent success rate later and thought, why didn't i study it properly before i used it. But after i grew out of it i realised my acne got the lightest when i was physically fit and happy. I realised depression leads on acne. And although may not be the case with you guys, my acne had absolutely nothing to do with my diet. These features offered on this site will help you minimize and defeat this problem, that effects the lives of those who have it, in so many ways. I wish you the best. Now read on to look the best you can. </b> </font> </p> <p><h2>
It could be an open underline frame. It has the <u> but not the closing part </u>. I have had this happen and you get some strange results.
there are many "<u>" tags ..you have to remove them ..just find and replace .."<u>" and </u>" (witout quotes)
Find these: <u><font color="#000000" face="Arial" size="3"> <b><u> Personal Experience </u></b> <u></u></font> -- <u><font color="#000000" face="Arial" size="3"> -- </u></u> ..and remove all the <u> and </u> tags.