Nice CSS Tip on img Tag

Sometimes you get so caught up in the details of web development that the obvious is not so obvious. I added

img { border: none; }

to the main CSS include of a website I’m working on. Now I can remove all the style=border:0 embeds in the img tag.

Doug

Leave a Reply

You must be logged in to post a comment.