TheFilmGod Posted November 8, 2007 Share Posted November 8, 2007 Is this better... <style type="text/css"> @import url("master.css"); </style> OR <link href="master.css" rel="stylesheet" type="text/css" /> Link to comment https://forums.phpfreaks.com/topic/76587-vs-import/ Share on other sites More sharing options...
sKunKbad Posted November 9, 2007 Share Posted November 9, 2007 I just use link. Not all browsers support CSS, and I think that is why some people use @import, but I think if somebody is using an old browser they get what they deserve. Link to comment https://forums.phpfreaks.com/topic/76587-vs-import/#findComment-388054 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.