<script type="text/javascript" src="jquery library/jquery.js"> </script>
<script type="text/javascript" src="jquery library/jquery.colorbox.js"></script>
<link type="text/css" media="screen" rel="stylesheet" href="css library/colorbox.css">
<script type="text/javascript">
$(document).ready(function()
{
$(‘a’).colorbox();
});
</script>
</head>
<h1>Replacing</h1>
<body>
<a href=”content/daisy.jpg”> Click me </a>
Still nothing