I'm having a tough time removing the border from a linked image. My html looks like this:
So far what I've tried is:Code:<a href="home.html"> <img id="logo" src="Images/logo.bmp" alt="Dday9 Logo">
but that doesn't seem to work.Code:#logo img { border: 0px; }




Reply With Quote