I am using a MasterPage in my project…
This this the link i need to place inside my ContentPlaceHolder of my Dedault.aspx page
<link href='jquery/imagebox/imagebox.css' rel='stylesheet' />
But i get a error ‘Element link cannot be nested within element td’
Any idea what to do?
You can only place stylesheet links in the header of the document. Here’s a link how to do that from a ContentPlaceholder:
http://www.odetocode.com/articles/450.aspx
Quote: