table default format

Last post 11-17-2010, 8:53 PM by wolf11th. 2 replies.
Sort Posts: Previous Next
  •  11-15-2010, 11:43 PM 65020

    table default format

    Is there any way to change the default format for the table.
    Currently, it's "border: 0"
    I wanna to change it to "border:1"
     
    pls help
    thx
     
  •  11-16-2010, 9:45 AM 65034 in reply to 65020

    Re: table default format

    Dear wolf11th,
     
    Please open file "\CuteSoft_Client\CuteEditor\Scripts\Constant.js",  you will find the following line in this file:
    editorconstant._CreateEditingTableStyle = "<table border='0' cellspacing='2' cellpadding='2' width='500'>";
    Please change it to:
    editorconstant._CreateEditingTableStyle = "<table border='1' cellspacing='2' cellpadding='2' width='500'>";
     
    Thank you for asking
  •  11-17-2010, 8:53 PM 65071 in reply to 65034

    Re: table default format

    Hi Eric,
    That works, yeh~~~
     
    thx very much
View as RSS news feed in XML