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
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):
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? url: http://mobers.org
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?
yes you better create a new thread and ask your question there and give code snippets so people can help you
Add this to your main css style sheet: } a img { border-style:none; text-decoration: none; } Code (markup):