button icons not shown

  •  06-22-2005, 5:57 PM

    button icons not shown


    Hi ...

    im triying to detect why the icons are not shown on each button. I verified that exixts a folder nemed themes\custom\images and all the icons exixts there.

    The file  C:\Inetpub\wwwroot\ELEARNING.NET\CUTESOFT_CLIENT\CuteEditor\web.config contains this information..

    <configuration>
        <system.web>
            <authorization>
                <allow users="*" />
            </authorization>
            <httpHandlers>
                <add path="*.jpeg" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
                <add path="*.jpg" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
                <add path="*.gif" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
                <add path="*.png" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
                <add path="*.jpeg.aspx" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
                <add path="*.jpg.aspx" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
                <add path="*.gif.aspx" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
                <add path="*.png.aspx" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
            </httpHandlers>
        </system.web>
    </configuration>


    Any idea?




View Complete Thread