alfredodv Posted April 22, 2008 Share Posted April 22, 2008 I have worked with this editor before and I was quite happy to find that some one took the time to adapt it to OSC, great work! I am having an issue and I believe is related to the fact that I have my store in English and Spanish and I cannot see the editor due to the following error reported by IE: FCKLang is not defined /admin/fckeditor/editor/fckeditor?InstanceName=products_description[3]&Toolbar=Default Any Ideas?? I also installed the Define Main Page Addon and I experienced the same error, the editor does not loads and IE gives you the error I mentioned before: FCKLang is not defined /admin/fckeditor/editor/fckeditor?InstanceName=products_description[3]&Toolbar=Default Quote Link to comment Share on other sites More sharing options...
luckyno Posted April 22, 2008 Author Share Posted April 22, 2008 I also installed the Define Main Page Addon and I experienced the same error, the editor does not loads and IE gives you the error I mentioned before:FCKLang is not defined /admin/fckeditor/editor/fckeditor?InstanceName=products_description[3]&Toolbar=Default try to download the editor from fckeditor.net and upload the complete lang directory content in your lang directory... I removed some languages to keep the package smaller than 1MB. Quote I love oscommerce and OS software! I'm not a programmer, I'm only a learning boy and a translator :) I love full contribution packages! Link to comment Share on other sites More sharing options...
alfredodv Posted April 22, 2008 Share Posted April 22, 2008 try to download the editor from fckeditor.net and upload the complete lang directory content in your lang directory... I removed some languages to keep the package smaller than 1MB. Excellent! That resolved the problem! Thank you! Quote Link to comment Share on other sites More sharing options...
luckyno Posted April 22, 2008 Author Share Posted April 22, 2008 Excellent! That resolved the problem! Thank you! It's a strange thing... because normally if the language isn't available, the editor must automatically switch to the english language... Quote I love oscommerce and OS software! I'm not a programmer, I'm only a learning boy and a translator :) I love full contribution packages! Link to comment Share on other sites More sharing options...
alfredodv Posted April 22, 2008 Share Posted April 22, 2008 It's a strange thing... because normally if the language isn't available, the editor must automatically switch to the english language... Hi Luckyno, Well there is another strange thing with the language but this time with the Define MainPage addon. When I go to the admin module, I am able to change the text there without any problems http://www.techcity.yakidoo.com/index.php?language=en When when I try switching to Spanish then I get logged out and redirected to the login page But apart from that there is a difference in layout of the main pages, have a look to the spanish one and you will see http://www.techcity.yakidoo.com/index.php?language=es I checked the permission and they are set to 777 I checked /includes/languages/espanol and the define_mainpage.php is there too Any ideas? Thanks! Quote Link to comment Share on other sites More sharing options...
luckyno Posted April 23, 2008 Author Share Posted April 23, 2008 Hi Luckyno, Well there is another strange thing with the language but this time with the Define MainPage addon. When I go to the admin module, I am able to change the text there without any problems http://www.techcity.yakidoo.com/index.php?language=en When when I try switching to Spanish then I get logged out and redirected to the login page But apart from that there is a difference in layout of the main pages, have a look to the spanish one and you will see http://www.techcity.yakidoo.com/index.php?language=es I checked the permission and they are set to 777 I checked /includes/languages/espanol and the define_mainpage.php is there too Any ideas? Thanks! I never had this problem... Haven't you added by yourself the manufacturers logos? And in admin... it's the same, I never got logged out, and I use it with 3 different languages... Define Mainpage is the same as define mainpage for htmlarea there... just only changed to work with fck editor. Quote I love oscommerce and OS software! I'm not a programmer, I'm only a learning boy and a translator :) I love full contribution packages! Link to comment Share on other sites More sharing options...
alfredodv Posted April 23, 2008 Share Posted April 23, 2008 I never had this problem... Haven't you added by yourself the manufacturers logos? And in admin... it's the same, I never got logged out, and I use it with 3 different languages...Define Mainpage is the same as define mainpage for htmlarea there... just only changed to work with fck editor. No, I checked the code and the logos and the table are created by the define_mainpage.php that was in the installation package in the language directory for spanish. I copied the define_mainpage.php that came with the installation package but the english version into the spanish one and fix the logos and table stuff, but I am still getting loggeg out when I try to change from english to spanish to modify the text <!-- MAIN PAGE EXAMPLE START //--> <table width="100%" cellpadding="5" cellspacing="0" border=0> <tr> <td class="main" width=50% valign="top" align="right"> <?php $mainpage_title = "We've just installed the \"Define Mainpage\" module!"; $mainpage_info = " \"Define Mainpage\" module v1.3 by Matthijs (mattice@xs4all.nl)<p> TRANSLATED BY http://babelfish.altavista.com - MIGHT BE FUNNY <p>Este módulo demuestra cómo es fácil puede deber adaptar código existente en OSC. Todo lo que tuve que agregaba una sola línea a define_languages.php (admin) para cerciorarse de él busca siempre el fichero de mainpage.php. Tuve que entonces ponerlo obviamente en ejecución en la cara del Admin y del catálogo, pero eso no es un reparto grande como usted acaba de descubrir. Usted puede corregir el contenido de este fichero dentro del Admin (- > CATÁLOGO - > DEFINA MAINPAGE) para otro, menos disposiciones avanzadas eligen alemán o a español del menú del lenguaje. (proporcionado le han instalado esos lenguajes)<p> si usted no puede open/edit / [ fichero de language]/mainpage.php usted debe fijar probablemente los permisos derechos. Usted conseguirá una alerta de todos modos. <p>Todo? Planes futuros? Paz del mundo con la potencia superior... ehmm. del fuego. ningún significo una opción de la inspección previo;) Y quizás haga algunos modelos para la disposición... <p>Más adelante, Mattice "; $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => $mainpage_title ); new infoBoxHeading($info_box_contents, true, false); $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => $mainpage_info); new infoBox($info_box_contents); ?> </td> <td width=30% valign="top" bgcolor="ffffff" align="center"> <? echo tep_image(DIR_WS_IMAGES . 'oscommerce.gif'); ?><br> <? echo tep_image(DIR_WS_IMAGES . 'manufacturer_microsoft.gif'); ?><br> <? echo tep_image(DIR_WS_IMAGES . 'manufacturer_matrox.gif'); ?><br> <? echo tep_image(DIR_WS_IMAGES . 'manufacturer_canon.gif'); ?><br> <? echo tep_image(DIR_WS_IMAGES . 'manufacturer_sierra.gif'); ?><br> <? echo tep_image(DIR_WS_IMAGES . 'manufacturer_logitech.gif'); ?><br> </td> </tr> </table> <!-- MAIN PAGE EXAMPLE END //--> Quote Link to comment Share on other sites More sharing options...
alfredodv Posted April 23, 2008 Share Posted April 23, 2008 Hi Luckyno, Do you know where I could adjust the size of the editor for IPU? I added the contributions and the add on from your package and I am able to see the editor but the size does not allow me to see or modify the data. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
luckyno Posted April 23, 2008 Author Share Posted April 23, 2008 Hi Luckyno, Do you know where I could adjust the size of the editor for IPU? I added the contributions and the add on from your package and I am able to see the editor but the size does not allow me to see or modify the data. Thanks in advance. check information_form.php where there is the fckeditor function (search for fckeditor) and in that line there are 2 numbers. one is for width and one for height. BUT: DO NOT remove ' or change the structure of the line. Quote I love oscommerce and OS software! I'm not a programmer, I'm only a learning boy and a translator :) I love full contribution packages! Link to comment Share on other sites More sharing options...
ales2cv Posted May 11, 2008 Share Posted May 11, 2008 Ok I have now tryed to install this 3 times following the steps precisly I dont get any errors, I only get a the flaggs under new products. can anybody give me a hint where to look. ? I have same problem no erro evrtynig is look og just dont get box of editor in product, just flags... Quote Citroen Bilten Forum Link to comment Share on other sites More sharing options...
ales2cv Posted May 11, 2008 Share Posted May 11, 2008 in product i dont get eroro when i add fck in mail i get this uh what is wrong Warning: Missing argument 4 for tep_draw_fckeditor(), called in /domains/aminosport.net/public_html/catalog/admin/mail.php on line 196 and defined in /domains/aminosport.net/public_html/catalog/admin/includes/functions/html_output.php on line 276 Quote Citroen Bilten Forum Link to comment Share on other sites More sharing options...
luckyno Posted May 11, 2008 Author Share Posted May 11, 2008 in product i dont get eroro when i add fck in mail i get this uh what is wrong Warning: Missing argument 4 for tep_draw_fckeditor(), called in /domains/aminosport.net/public_html/catalog/admin/mail.php on line 196 and defined in /domains/aminosport.net/public_html/catalog/admin/includes/functions/html_output.php on line 276 download the package from fckeditor.net and put "lang" directory content in your lang directory. Quote I love oscommerce and OS software! I'm not a programmer, I'm only a learning boy and a translator :) I love full contribution packages! Link to comment Share on other sites More sharing options...
knowonehere Posted May 13, 2008 Share Posted May 13, 2008 hi,i hope this is the right place to ask, correct me if it isnt. i searched the forums and topics, and couldnt find thisproblem sohere goes; i have followed the instructions and installed the contribution, however when i load upthe admin>product page i get "Not Found The requested URL /unnamed5/root.php was not found on this server." where the fckeditor SHOULD be.... what have i done wrong? hope someone can help, and thanks in advance! :-) Quote Link to comment Share on other sites More sharing options...
tot25 Posted May 14, 2008 Share Posted May 14, 2008 Hello, I`m new and full with enthusiasm :rolleyes: When I install fckeditor the result is blank page when I try to open the admin page. Where can be the problem if you have any idea please tell me. PS. This is my first contribution install :blush: Quote Link to comment Share on other sites More sharing options...
cmiller1982 Posted May 17, 2008 Share Posted May 17, 2008 I've checked my installation several times, but I keep getting odd formatting on the categories.php page: Any clues are appreciated. Quote Link to comment Share on other sites More sharing options...
luckyno Posted May 18, 2008 Author Share Posted May 18, 2008 Hi, Thank you for taking the time to answer. I did get the newsletter to send the pictures/images. It is rather strange how it is working as I will explain below, but it is working and I am rather happy with this now. So when I want to send a newsletter with a pic all I do is select my image and once it is selected and appears in the preveiw image pop up I add my website address to so the image address becomes http://mysitename.com/userfiles/image/picture.gif If I do not added my website and just instert the image it has the address userfiles/image/picture.gif - hence the box with the X. For those having problems with newsletter images: 1. go to "editor/filemanager/browser/default" 2. find "frmresourceslist.html" 3. edit the line below "oListManager.GetFileRowHtml = function( fileName, fileUrl, fileSize )" which should be around line 65 4. from: var sLink = '<a href="#" onclick="OpenFile(\'' + ProtectPath( fileUrl ) + '\');return false;">' ; to: var sLink = '<a href="#" onclick="OpenFile(\'http://www.yourdomain.com' + fileUrl + '\');return false;">' ; and it will then insert the full path to your image in the editor window. (note: you may have to close your browser and reopen before this will take effect) Quote I love oscommerce and OS software! I'm not a programmer, I'm only a learning boy and a translator :) I love full contribution packages! Link to comment Share on other sites More sharing options...
luckyno Posted May 18, 2008 Author Share Posted May 18, 2008 I've checked my installation several times, but I keep getting odd formatting on the categories.php page: Any clues are appreciated. I never had this problem before... I can only say to you to re-check the changes you did. Quote I love oscommerce and OS software! I'm not a programmer, I'm only a learning boy and a translator :) I love full contribution packages! Link to comment Share on other sites More sharing options...
luckyno Posted May 18, 2008 Author Share Posted May 18, 2008 Hello,I`m new and full with enthusiasm :rolleyes: When I install fckeditor the result is blank page when I try to open the admin page. Where can be the problem if you have any idea please tell me. PS. This is my first contribution install :blush: A white page it is often a sign of wrong installation. Please check installation instructions. Quote I love oscommerce and OS software! I'm not a programmer, I'm only a learning boy and a translator :) I love full contribution packages! Link to comment Share on other sites More sharing options...
prettyswan Posted May 24, 2008 Share Posted May 24, 2008 i have the same problem. i check the installation guide carefully and still have no luck to get it work. i just skip 3. Create a directory named: userfiles in the root of your website and give 777 Permission. because it is created 1. upload the files+directories in your root: catalog/admin/fckeditor/ and catalog/userfiles/ Hello,I`m new and full with enthusiasm :rolleyes: When I install fckeditor the result is blank page when I try to open the admin page. Where can be the problem if you have any idea please tell me. PS. This is my first contribution install :blush: Quote Link to comment Share on other sites More sharing options...
luckyno Posted May 24, 2008 Author Share Posted May 24, 2008 i have the same problem.i check the installation guide carefully and still have no luck to get it work. i just skip 3. Create a directory named: userfiles in the root of your website and give 777 Permission. because it is created 1. upload the files+directories in your root: catalog/admin/fckeditor/ and catalog/userfiles/ are you installing it locally or on a server? Quote I love oscommerce and OS software! I'm not a programmer, I'm only a learning boy and a translator :) I love full contribution packages! Link to comment Share on other sites More sharing options...
prettyswan Posted May 24, 2008 Share Posted May 24, 2008 are you installing it locally or on a server? what locally or on a server? i installed it at my site, i think it is in a server. i installed 30 addons now. i met many problems when installing and in the end i can solve them. i hope i can figure it out this time. Quote Link to comment Share on other sites More sharing options...
prettyswan Posted May 24, 2008 Share Posted May 24, 2008 what locally or on a server?i installed it at my site, i think it is in a server. i installed 30 addons now. i met many problems when installing and in the end i can solve them. i hope i can figure it out this time. screen shot Quote Link to comment Share on other sites More sharing options...
luckyno Posted May 24, 2008 Author Share Posted May 24, 2008 screen shot this is NOT a blank page, but a page where the editor isnt' showing. you can try to check there: http://www.fckeditor.net/forums/viewforum.php?f=6 have you tried with other browsers? which browser are you using? Quote I love oscommerce and OS software! I'm not a programmer, I'm only a learning boy and a translator :) I love full contribution packages! Link to comment Share on other sites More sharing options...
prettyswan Posted May 24, 2008 Share Posted May 24, 2008 hi, Luca. i tried ie, maxthon, firefox. all the same, no luck. the demo in fckeditor.net is ok. Quote Link to comment Share on other sites More sharing options...
prettyswan Posted May 24, 2008 Share Posted May 24, 2008 that's the codes that i use maxthon's viewpage to get from a frame of edittng page. <html><HEAD><TITLE>FCKeditor</TITLE> <META content="noindex, nofollow" name=robots> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <META http-equiv=Cache-Control content=public> <script type=text/javascript> // Save a reference to the default domain. var FCK_ORIGINAL_DOMAIN; // Automatically detect the correct document.domain (#123). (function() { var d = FCK_ORIGINAL_DOMAIN = document.domain; while ( true ) { // Test if we can access a parent property. try { var test = window.parent.document.domain; break; } catch( e ) {} // Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ... d = d.replace( /.*?(?:\.|$)/, '' ); if ( d.length == 0 ) break; // It was not able to detect the domain. try { document.domain = d; } catch (e) { break; } } })(); // Save a reference to the detected runtime domain. var FCK_RUNTIME_DOMAIN = document.domain; var FCK_IS_CUSTOM_DOMAIN = ( FCK_ORIGINAL_DOMAIN != FCK_RUNTIME_DOMAIN ); // Instead of loading scripts and CSSs using inline tags, all scripts are // loaded by code. In this way we can guarantee the correct processing order, // otherwise external scripts and inline scripts could be executed in an // unwanted order (IE). function LoadScript( url ) { document.write( '<scr' + 'ipt type="text/javascript" src="' + url + '"><\/scr' + 'ipt>' ); } // Main editor scripts. var sSuffix = ( /*@cc_on!@*/false ) ? 'ie' : 'gecko'; LoadScript( 'js/fckeditorcode_' + sSuffix + '.js' ); // Base configuration file. LoadScript( '../fckconfig.js' ); </SCRIPT> <script src="js/fckeditorcode_ie.js" type=text/javascript></SCRIPT> <script src="../fckconfig.js" type=text/javascript></SCRIPT> <script type=text/javascript> // Adobe AIR compatibility file. if ( FCKBrowserInfo.IsAIR ) LoadScript( 'js/fckadobeair.js' ); if ( FCKBrowserInfo.IsIE ) { // Remove IE mouse flickering. try { document.execCommand( 'BackgroundImageCache', false, true ); } catch (e) { // We have been reported about loading problems caused by the above // line. For safety, let's just ignore errors. } // Create the default cleanup object used by the editor. FCK.IECleanup = new FCKIECleanup( window ); FCK.IECleanup.AddItem( FCKTempBin, FCKTempBin.Reset ); FCK.IECleanup.AddItem( FCK, FCK_Cleanup ); } // The first function to be called on selection change must the the styles // change checker, because the result of its processing may be used by another // functions listening to the same event. FCK.Events.AttachEvent( 'OnSelectionChange', function() { FCKStyles.CheckSelectionChanges(); } ); // The config hidden field is processed immediately, because // CustomConfigurationsPath may be set in the page. FCKConfig.ProcessHiddenField(); // Load the custom configurations file (if defined). if ( FCKConfig.CustomConfigurationsPath.length > 0 ) LoadScript( FCKConfig.CustomConfigurationsPath ); </SCRIPT> <script type=text/javascript> // Load configurations defined at page level. FCKConfig_LoadPageConfig(); FCKConfig_PreProcess(); // CSS minified by http://iceyboard.no-ip.org/projects/css_compressor var FCK_InternalCSS = FCKTools.FixCssUrls( FCKConfig.FullBasePath + 'css/', 'html{min-height:100%}table.FCK__ShowTableBorders,table.FCK__ShowTableBorders td,table.FCK__ShowTableBorders th{border:#d3d3d3 1px solid}form{border:1px dotted #F00;padding:2px}.FCK__Flash{border:#a9a9a9 1px solid;background-position:center center;background-image:url(images/fck_flashlogo.gif);background-repeat:no-repeat;width:80px;height:80px}.FCK__Anchor{border:1px dotted #00F;background-position:center center;background-image:url(images/fck_anchor.gif);background-repeat:no-repeat;width:16px;height:15px;vertical-align:middle}.FCK__AnchorC{border:1px dotted #00F;background-position:1px center;background-image:url(images/fck_anchor.gif);background-repeat:no-repeat;padding-left:18px}a[name]{border:1px dotted #00F;background-position:0 center;background-image:url(images/fck_anchor.gif);background-repeat:no-repeat;padding-left:18px}.FCK__PageBreak{background-position:center center;background-image:url(images/fck_pagebreak.gif);background-repeat:no-repeat;clear:both;display:block;float:none;width:100%;border-top:#999 1px dotted;border-bottom:#999 1px dotted;border-right:0;border-left:0;height:5px}.FCK__InputHidden{width:19px;height:18px;background-image:url(images/fck_hiddenfield.gif);background-repeat:no-repeat;vertical-align:text-bottom;background-position:center center}.FCK__ShowBlocks p,.FCK__ShowBlocks div,.FCK__ShowBlocks pre,.FCK__ShowBlocks address,.FCK__ShowBlocks blockquote,.FCK__ShowBlocks h1,.FCK__ShowBlocks h2,.FCK__ShowBlocks h3,.FCK__ShowBlocks h4,.FCK__ShowBlocks h5,.FCK__ShowBlocks h6{background-repeat:no-repeat;border:1px dotted gray;padding-top:8px;padding-left:8px}.FCK__ShowBlocks p{background-image:url(images/block_p.png)}.FCK__ShowBlocks div{background-image:url(images/block_div.png)}.FCK__ShowBlocks pre{background-image:url(images/block_pre.png)}.FCK__ShowBlocks address{background-image:url(images/block_address.png)}.FCK__ShowBlocks blockquote{background-image:url(images/block_blockquote.png)}.FCK__ShowBlocks h1{background-image:url(images/block_h1.png)}.FCK__ShowBlocks h2{background-image:url(images/block_h2.png)}.FCK__ShowBlocks h3{background-image:url(images/block_h3.png)}.FCK__ShowBlocks h4{background-image:url(images/block_h4.png)}.FCK__ShowBlocks h5{background-image:url(images/block_h5.png)}.FCK__ShowBlocks h6{background-image:url(images/block_h6.png)}' ); var FCK_ShowTableBordersCSS = FCKTools.FixCssUrls( FCKConfig.FullBasePath + 'css/', 'table:not([border]),table:not([border]) > tr > td,table:not([border]) > tr > th,table:not([border]) > tbody > tr > td,table:not([border]) > tbody > tr > th,table:not([border]) > thead > tr > td,table:not([border]) > thead > tr > th,table:not([border]) > tfoot > tr > td,table:not([border]) > tfoot > tr > th,table[border=\"0\"],table[border=\"0\"] > tr > td,table[border=\"0\"] > tr > th,table[border=\"0\"] > tbody > tr > td,table[border=\"0\"] > tbody > tr > th,table[border=\"0\"] > thead > tr > td,table[border=\"0\"] > thead > tr > th,table[border=\"0\"] > tfoot > tr > td,table[border=\"0\"] > tfoot > tr > th{border:#d3d3d3 1px dotted}' ); // Popup the debug window if debug mode is set to true. It guarantees that the // first debug message will not be lost. if ( FCKConfig.Debug ) FCKDebug._GetWindow(); // Load the active skin CSS. document.write( FCKTools.GetStyleHtml( FCKConfig.SkinEditorCSS ) ); // Load the language file. FCKLanguageManager.Initialize(); LoadScript( 'lang/' + FCKLanguageManager.ActiveLanguage.Code + '.js' ); </SCRIPT> <LINK href="/pinewbjoy/fckeditor/editor/skins/silver/fck_editor.css" type=text/css rel=stylesheet> <script src="lang/zh-cn.js" type=text/javascript></SCRIPT> <script type=text/javascript> // Initialize the editing area context menu. FCK_ContextMenu_Init(); FCKPlugins.Load(); </SCRIPT> <script type=text/javascript> // Set the editor interface direction. window.document.dir = FCKLang.Dir; </SCRIPT> <script type=text/javascript> window.onload = function() { InitializeAPI(); if ( FCKBrowserInfo.IsIE ) FCK_PreloadImages(); else LoadToolbarSetup(); } function LoadToolbarSetup() { FCKeditorAPI._FunctionQueue.Add( LoadToolbar ); } function LoadToolbar() { var oToolbarSet = FCK.ToolbarSet = FCKToolbarSet_Create(); if ( oToolbarSet.IsLoaded ) StartEditor(); else { oToolbarSet.OnLoad = StartEditor; oToolbarSet.Load( FCKURLParams['Toolbar'] || 'Default' ); } } function StartEditor() { // Remove the onload listener. FCK.ToolbarSet.OnLoad = null; FCKeditorAPI._FunctionQueue.Remove( LoadToolbar ); FCK.Events.AttachEvent( 'OnStatusChange', WaitForActive ); // Start the editor. FCK.StartEditor(); } function WaitForActive( editorInstance, newStatus ) { if ( newStatus == FCK_STATUS_ACTIVE ) { if ( FCKBrowserInfo.IsGecko ) FCKTools.RunFunction( window.onresize ); _AttachFormSubmitToAPI(); FCK.SetStatus( FCK_STATUS_COMPLETE ); // Call the special "FCKeditor_OnComplete" function that should be present in // the HTML page where the editor is located. if ( typeof( window.parent.FCKeditor_OnComplete ) == 'function' ) window.parent.FCKeditor_OnComplete( FCK ); } } // Gecko browsers doesn't calculate well the IFRAME size so we must // recalculate it every time the window size changes. if ( FCKBrowserInfo.IsGecko && !FCKBrowserInfo.IsOpera ) { window.onresize = function( e ) { // Running in Chrome makes the window receive the event including subframes. // we care only about this window. Ticket #1642. // #2002: The originalTarget from the event can be the current document, the window, or the editing area. if ( e && e.originalTarget !== document && e.originalTarget !== window && (!e.originalTarget.ownerDocument || e.originalTarget.ownerDocument != document )) return; var oCell = document.getElementById( 'xEditingArea' ); var eInnerElement = oCell.firstChild; if ( eInnerElement ) { eInnerElement.style.height = '0px'; eInnerElement.style.height = ( oCell.scrollHeight - 2 ) + 'px'; } } } </SCRIPT> </HEAD> <BODY> <TABLE style="TABLE-LAYOUT: fixed; HEIGHT: 100%" cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR id=xToolbarRow> <TD id=xToolbarSpace style="OVERFLOW: hidden"> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR id=xCollapsed style="DISPLAY: none"> <TD class=TB_Expand id=xExpandHandle colSpan=3><IMG class=TB_ExpandImg height=4 alt="" src="images/spacer.gif" width=8></TD></TR> <TR id=xExpanded style="DISPLAY: none"> <TD class=TB_SideBorder id=xTBLeftBorder style="DISPLAY: none; WIDTH: 1px"></TD> <TD class=TB_Collapse id=xCollapseHandle style="DISPLAY: none" vAlign=bottom><IMG class=TB_CollapseImg height=4 alt="" src="images/spacer.gif" width=8></TD> <TD class=TB_ToolbarSet id=xToolbar></TD> <TD class=TB_SideBorder style="WIDTH: 1px"></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD id=xEditingArea style="HEIGHT: 100%" vAlign=top></TD></TR></TBODY></TABLE></BODY></html> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.