Thu, 2015-03-26 04:55
Is there any way that this CSS code of mine will work in a way that the dotted decoration for links will only work for texts, but not in images?
#content a { border-bottom: 1px dotted #666; text-decoration: none; }
Thu, 2015-03-26 18:22
#1
Use a class to segregate the image links
a { border-bottom: 1px dotted #666; text-decoration: none; } a.image { border-bottom: none; }
cheers,
gary
Mon, 2015-05-11 15:25
#2
underline
Hi,this text-decoration are used in underline but image links are used to a href links only form this images.they have used to an images links to anger tag.