Posts tagged as:

css

Remove Border from Linked Images

March 19, 2008

In a Dreamweaver newsgroup that I read regularly, the following question is asked and answered almost daily:“How do I remove the ugly blue border from around all my linked images?”
The answer is, put this in your style sheet:
a img { border: 0;}

Read the full article →