If i use * {border:0;} in the CSS, will it work on all images as well? :confused: I don't want to waste my time putting a border=":mad:" in every image if this works. I only ask because i never tried it and i am curious...
Thanks in advance!!:D
Printable View
If i use * {border:0;} in the CSS, will it work on all images as well? :confused: I don't want to waste my time putting a border=":mad:" in every image if this works. I only ask because i never tried it and i am curious...
Thanks in advance!!:D
Hi there unstable_nes,
the CSS universal selector will apply border:0 to all elements.
Further reading:-coothead
if you don't want borders on images why not just target img{border:0;} instead of using the universal selector?