Cute version 6.0 and 6.6
How would i go about setting up a style in the editor so that when a table is created, it is created with certain border and border color options set?
By default the editor creates a table like this:
<table border="0" cellspacing="2" cellpadding="2" width="500">
I would like to set the editor so that when I create a table, it is created by default like this:
<table style="border-collapse: collapse" border="1" cellspacing="0" bordercolor="#333399" cellpadding="0" width="500">