How to solve this simple underlining problem? green rep

Discussion in 'Programming' started by joey112, Dec 11, 2007.

  1. #1
    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?

    :)
     
    joey112, Dec 11, 2007 IP
  2. birdsq

    birdsq Peon

    Messages:
    810
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <b> bold
    <hr> horizontal rule

    are you using css?
     
    birdsq, Dec 11, 2007 IP
  3. NsaneNoob

    NsaneNoob Peon

    Messages:
    2,103
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I am with IXWebHosting too. Never had this problem. Underline code is <u> ..... </u>
     
    NsaneNoob, Dec 11, 2007 IP
  4. Barti1987

    Barti1987 Well-Known Member

    Messages:
    2,703
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    185
    #4
    Search your CSS style for:

    text-decoration: underline;

    and change to

    text-decoration: none;

    Peace,
     
    Barti1987, Dec 11, 2007 IP
  5. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Show us the code!
     
    nicangeli, Dec 12, 2007 IP
  6. joey112

    joey112 Guest

    Messages:
    2,250
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #6
    The code is so messed up. There seems to be no <hr> symbols near the text that i want to not be underlined.
     
    joey112, Dec 12, 2007 IP
  7. tamilsoft

    tamilsoft Banned

    Messages:
    1,155
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Try to show that part of code, should help you
     
    tamilsoft, Dec 14, 2007 IP
  8. joey112

    joey112 Guest

    Messages:
    2,250
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #8
    <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>
     
    joey112, Dec 17, 2007 IP
  9. thinlight

    thinlight Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Can you provide the url?
     
    thinlight, Dec 17, 2007 IP
  10. locpicker

    locpicker Well-Known Member

    Messages:
    789
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    160
    #10
    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.
     
    locpicker, Dec 17, 2007 IP
  11. joey112

    joey112 Guest

    Messages:
    2,250
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #11
    joey112, Dec 17, 2007 IP
  12. joey112

    joey112 Guest

    Messages:
    2,250
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Just weird. Its got me so confused. Its my last little hiccup with all my sites.
     
    joey112, Dec 17, 2007 IP
  13. nishanthe

    nishanthe Peon

    Messages:
    121
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #13
    there are many "<u>" tags ..you have to remove them ..just find and replace .."<u>" and </u>" (witout quotes)
     
    nishanthe, Dec 18, 2007 IP
  14. Dondon2d

    Dondon2d Peon

    Messages:
    3,193
    Likes Received:
    146
    Best Answers:
    0
    Trophy Points:
    0
    #14
    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.
     
    Dondon2d, Dec 18, 2007 IP