Thread
:
[solved] Weird blue Box
View Single Post
#
2
(
permalink
)
Mar 3rd, 2008, 18:23
Aso
Chief Moderator
Join Date: Oct 2007
Location: UK
Posts: 1,012
Blog Entries:
2
Thanks: 5
Thanked 23 Times in 20 Posts
Re: Weird blue Box
Is the image a link by chance? Most browsers wrap images in blue borders if they are wrapped within an anchor <a> tag.
To remove this, you can use a spot of
CSS
.
Code:
Select all
a img { border: none; }
Aso
View Public Profile
Find all posts by Aso
View Blog