is it possible to add css link within html tags?
i have 2 css and i placed my 1st css on
<head>
<link type="text/css" href="<?php echo base_url();
?>css/dark-hive/jquery-ui-1.8.10.custom.css" rel="stylesheet">
</head>
i want to put my 2nd css on a specific html tag because it affects my 1st
css if i put it also in the HEAD tag. can i do that? like... this is what
I'm planning to do. is it correct?
<div link="type:text/css; href:???"> </div>
No comments:
Post a Comment