blogger question

Discussion in 'HTML & Website Design' started by sft_hrt2002, Jul 8, 2008.

  1. #1
    i use blogger.How can i remove the underline of a hypertexted link?
     
    sft_hrt2002, Jul 8, 2008 IP
  2. seolady

    seolady Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try using this code:

    <a href="" [COLOR="DarkRed"]style="text-decoration: none;" [/COLOR]></a>
    Code (markup):
    yup, that simple just add the style tag (highlighted it in red) Its applicable to any html code not only in blogger.

    cheers! :)
     
    seolady, Jul 8, 2008 IP
  3. whirlybird20

    whirlybird20 Guest

    Messages:
    462
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you want to remove the underline for all of the links in all
    of your posts, then log in to blogger, then click "Layout" then "Edit HTML"

    Now add this code

    a{text-decoration: none;}
    Code (markup):
    Just bellow the code near the top that looks like this.

    -----------------------------------------------
    Blogger Template Style
    Name:     Rounders 2
    Designer: Douglas Bowman
    URL:      www.stopdesign.com
    Date:     27 Feb 2004
    Updated by: Blogger Team
    ----------------------------------------------- */
    Code (markup):
    Click "Preview" to check everything is working, then click "SAVE TEMPLATE"
     
    whirlybird20, Jul 8, 2008 IP