Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: table default format
table default format
Last post 11-17-2010, 8:53 PM by
wolf11th
. 2 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
11-15-2010, 11:43 PM
65020
wolf11th
Joined on 11-20-2009
Posts 145
table default format
Reply
Quote
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
Eric
Joined on 08-05-2009
Posts 1,269
Re: table default format
Reply
Quote
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
eric@cutesoft.net
11-17-2010, 8:53 PM
65071
in reply to
65034
wolf11th
Joined on 11-20-2009
Posts 145
Re: table default format
Reply
Quote
Hi Eric,
That works, yeh~~~
thx very much