If you are using FCK editor and also you are using "Theme" from ASP.net you may get error for head tag in master page for Runat="Server" when you are uploading image from FCK Editor.
It have a simple solution,
Create a web.config file in "fckeditor" folder
and add "Page" element into "system.web" tag. and write down theme="".
configuration>
system.web>
pages theme="">
/system.web>
/configuration>
It have a simple solution,
Create a web.config file in "fckeditor" folder
and add "Page" element into "system.web" tag. and write down theme="".
configuration>
system.web>
pages theme="">
/system.web>
/configuration>
Thanks a million! Saved me on this one :)
ReplyDeleteyou are great man, i love you
ReplyDelete