/    Sign up×
Community /Pin to ProfileBookmark

images borders dissappear if the image is linked

where in the css do i need to check for linked images not having a border…

[CODE].primary img {
border:1px solid #CCF;
max-width:100%;
margin:2px 6px 0;
padding:4px;
}

.alignright {
float:right;
}

.alignleft {
float:left;
}

img.center,img[align=”center”] {
display:block;
margin:0 auto 0 0;
padding:0;
}

img.alignright,img[align=”right”] {
display:inline;
margin:0 0 2px 4px;
padding:5px;
}

img.alignleft,img[align=”left”] {
display:inline;
margin:0 4px 2px 0;
padding:4px;
}

img.noborder {
border:none !important;
}[/CODE]

why does it to that?
help fix it… thanks

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@BonRougeJun 20.2006 — Do you mean this? a img {
border:0;
}
Copy linkTweet thisAlerts:
@nolawiauthorJun 20.2006 — great thanks i found it

a img,:link img,:visited img,#poststuff fieldset {

border:none;

^ was like that
×

Success!

Help @nolawi spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...