Modificare il file:
\iwgallery\editor\inc_editor_light.asp
<% '************************** ' WYSIWYG HTML Editor ' http://www.DwZone.it ' Version: 1.7.6 '************************** Set oFCKeditor = New FCKeditor sBasePath = "/FckEditor/" oFCKeditor.ToolbarSet = "DwZone" oFCKeditor.TestWritePermission = "false" oFCKeditor.UploadFolder = "" & strPublicPath & "/" oFCKeditor.BasePath = sBasePath oFCKeditor.SkinPath = sBasePath + "skins/default/" oFCKeditor.FontList = "Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana" oFCKeditor.FontSizes = "1/xx-small;2/x-small;3/small;4/medium;5/large;6/x-large;7/xx-large" oFCKeditor.ResizeOptions = "-1;0;240;240;85;-1" oFCKeditor.OthersOptions = ";true;-1;" & strPublicPath & "/_templates/;false;-1;_;true;true;true;true;true;true;false;850;500;false;true;it;0;true;true;true;ltr" oFCKeditor.AllowedFileType = "allowedFile=&deniedFile=php|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|com|dll|vbs|js|reg&allowedImage=jpg|gif|jpeg|png|bmp&deniedImage=" oFCKeditor.ToolbarList = "0_3_9_12_13_17_-1_18_19_20_-1_24_25_26_27_-1_28_29_30_31_-1_32_33_-1_37_39_-1_42_43_-1_46_-1_47_-1_50_58_61_62_-1_63_64_-1_76_67" oFCKeditor.Width = "440" oFCKeditor.Height = "220" oFCKeditor.Value = "" oFCKeditor.Create "EDITOR" %> <textarea name="EDITOR" id="EDITOR" rows="4" cols="40" style="height:220;width:440;display:<%=oFCKeditor.getDisplay()%>"><%= strEditor %></textarea>
[
Íàçàä
]