CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   Do we still need to use border="0" for images? (http://www.codingforums.com/showthread.php?t=281305)

listerdl 11-07-2012 01:27 AM

Do we still need to use border="0" for images?
 
You know the src="path" border="0" for a link, to we still need to include the zero or has that been depreciated?

felgall 11-07-2012 01:34 AM

It hasn't been depreciated because it never cost anything in the first place and only assets over a given value need to be depreciated rather than written off.

It has been deprecated as such things should now be specified in the CSS.

Code:

img {border:0;}

Iso Godly 11-08-2012 01:22 AM

I haven't seen that in a while. So I'm going with felgall and say its deprecated.

listerdl 11-09-2012 04:21 AM

thanks its good to know that


All times are GMT +1. The time now is 01:48 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.