Remove blue border from blogspot logo

Discussion in 'Graphics & Multimedia' started by fuser00, Jun 30, 2008.

  1. #1
    Hi, i have a blog called iPhone Critique ( http://iphonecritique.blogspot.com ), although i have www.iphonecritique.com but i have not yet forward it yet. Ive created a logo and uploaded to blogspot. The thing is that when you upload the logo, you cant edit the html so i cant remove the blue border that appears.

    How can i remove it?

    Thanks, fuser
     
    fuser00, Jun 30, 2008 IP
  2. neverbreaktherules

    neverbreaktherules Banned

    Messages:
    596
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    which border are u talking about??
    i cant see any
    anyway to to edit css
     
    neverbreaktherules, Jun 30, 2008 IP
  3. fuser00

    fuser00 Well-Known Member

    Messages:
    1,212
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    150
    #3
    Hi, im talking the header... it has a light blue border around the text..

    Thanks, fuser
     
    fuser00, Jun 30, 2008 IP
  4. Sensei.Design

    Sensei.Design Prominent Member

    Messages:
    3,847
    Likes Received:
    162
    Best Answers:
    0
    Trophy Points:
    310
    Digital Goods:
    1
    #4
    you need to change this line

    <img alt='iPhoneCritique.com' height='38' id='Header1_headerimg' src='http://bp1.blogger.com/_n-fcsalJWco/SGVqjiaEYmI/AAAAAAAAABs/X_H1cwFjdW4/S1600-R/i2cheader.jpg' style='display: block' width='440'/>
    Code (markup):
    to

    <img alt='iPhoneCritique.com' height='38' id='Header1_headerimg' src='http://bp1.blogger.com/_n-fcsalJWco/SGVqjiaEYmI/AAAAAAAAABs/X_H1cwFjdW4/S1600-R/i2cheader.jpg' style='display: block; border: none' width='440'/>
    Code (markup):
     
    Sensei.Design, Jul 1, 2008 IP
  5. psydex

    psydex Greenhorn

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #5
    Guys i have an annoing border around my logo too but can't find any way to remove it ! It's there in few days ago (after blogger updated. ... something) .
    Any ideas how to remove it? :confused:

    url: http://mobers.org
     
    psydex, Feb 14, 2010 IP
  6. Sensei.Design

    Sensei.Design Prominent Member

    Messages:
    3,847
    Likes Received:
    162
    Best Answers:
    0
    Trophy Points:
    310
    Digital Goods:
    1
    #6
    how about

    border="0" ???

    and don't use threads that are not active any more
     
    Sensei.Design, Feb 14, 2010 IP
  7. psydex

    psydex Greenhorn

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #7
    I'm sorry ! I found this thread in google and just posted in it.
    btw i can't find any "border" tag in the header .
    Should i create new topic?
     
    psydex, Feb 14, 2010 IP
  8. Sensei.Design

    Sensei.Design Prominent Member

    Messages:
    3,847
    Likes Received:
    162
    Best Answers:
    0
    Trophy Points:
    310
    Digital Goods:
    1
    #8
    yes you better create a new thread and ask your question there and give code snippets so people can help you ;)
     
    Sensei.Design, Feb 14, 2010 IP
  9. turrant

    turrant Active Member

    Messages:
    143
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #9
    Add this to your main css style sheet:

    
    }
    a img { border-style:none; 
    text-decoration: none;
    }
    Code (markup):
     
    turrant, Feb 14, 2010 IP
  10. psydex

    psydex Greenhorn

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #10
    Already created new thread .
    Why don't you lock this one if it's old (like you said)?
     
    psydex, Feb 14, 2010 IP