Labels

Categories: Humor | TV | Tech | Pop Culture | Food | Travel | Beer | Wine | Politics | Golf | Video | Photo | Auto | Sponsored: Samsung | Cadillac

Sunday, June 12, 2005

No Border

After four years of typing in border="0" to keep borders from apearing around my images, I just found out that I can add this code to my CSS Style Sheet, and voila, no more borders.

a img {
border-width:0;
}


Yay!

1 comment:

  1. Thank you! I too have used the border="0" attribute, not realizing that there was a simpler CSS solution. Much better... :-)

    ReplyDelete