06 October 2008

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>

2 comments :

  1. Thanks a million! Saved me on this one :)

    ReplyDelete
  2. you are great man, i love you

    ReplyDelete