Forum Moderators: open

Message Too Old, No Replies

border element, another way for no border?

         

badams1

5:34 pm on Dec 9, 2004 (gmt 0)

10+ Year Member



tested my page for web accessibility and it failed on the border element. how do i make images not have a border around them?

Thanks again, I had no idea it was going to be so much work to be accessible.

edit: maybe I should have put this in the css forum.

mrnoisy

8:17 pm on Dec 9, 2004 (gmt 0)

10+ Year Member




img {
border:none;
}

badams1

9:35 pm on Dec 9, 2004 (gmt 0)

10+ Year Member



oh, now i feel stupid.

well thanks at least it works without having that ugly box around all the images.

mrnoisy

12:55 am on Dec 10, 2004 (gmt 0)

10+ Year Member



Not stupid, enlightened.