I am getting the FTB problem with DNN I've seen mentioned in a number of posts.
The error below is occuring, and I've seen advice saying it's to do with CSS handling and the new version of FTB. As advised I've tried to remove all white space and extra carriage returns from default.css, portal.css, DNNBlue skin.css but no joy (the CSS comments are still in though).
1) Does anyone know an answer to the problem
2) Have I got the right CSS files (I'm using a standard DNN install from my Host Provider, Crystaltech)
many thanks, this is getting a bit urgent now !
Andy
Error text -
FreeTextBox has not been correctly installed. To install FreeTextBox either:
(1) add a reference to FtbWebResource.axd in web.config:
<system.web>
<httpHandlers>
<add verb="GET"
path="FtbWebResource.axd"
type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
</httpHandlers>
</system.web>
(2) Save the FreeTextBox image and javascript files to a location on your website and set up FreeTextBox as follows
<FTB:FreeTextBox id="FreeTextBox1" SupportFolder="ftbfileslocation" JavaScriptLocation="ExternalFile" ButtonImagesLocation="ExternalFile" ToolbarImagesLocation="ExternalFile" ButtonImagesLocation="ExternalFile" runat="server" />