Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: How to set the default border width of table to 1 ?
How to set the default border width of table to 1 ?
Last post 10-19-2009, 5:26 PM by
rtekula
. 3 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
10-18-2009, 4:42 PM
56468
rtekula
Joined on 10-17-2009
Posts 12
How to set the default border width of table to 1 ?
Reply
Quote
Hi,
When we insert table using Toolbar's Insert Table command button, the border of the table is set to "0" in all browsers. How can we make the border to "1" by default. Thanks
cell
cell
cell
cell
cell
cell
cell
cell
cell
10-19-2009, 12:12 PM
56489
in reply to
56468
rtekula
Joined on 10-17-2009
Posts 12
Re: How to set the default border width of table to 1 ?
Reply
Quote
If I insert a table...
cell
cell
cell
cell
cell
cell
cell
cell
cell
there is no point in having border defaulto to "0". It will not be shown
10-19-2009, 12:26 PM
56490
in reply to
56468
cutechat
Joined on 07-22-2004
Posts 2,332
Re: How to set the default border width of table to 1 ?
Reply
Quote
Hi,
Please open the Constant.js , and modify this line :
editorconstant._CreateEditingTableStyle = "<table border='0' cellspacing='2' cellpadding='2' width='500'>";
Regards,
Terry
10-19-2009, 5:26 PM
56499
in reply to
56490
rtekula
Joined on 10-17-2009
Posts 12
Re: How to set the default border width of table to 1 ?
Reply
Quote
Thankyou Terry