Re: How we can default the cell padding, cell border, cell alignment properties.

  •  11-16-2005, 1:05 PM

    Re: How we can default the cell padding, cell border, cell alignment properties.

    when we create new table we get following HTML :-
     
    <table style="WIDTH: 320px; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=3 border=1>

    but is it possible that we can get :-
     
    <table style="WIDTH: 320px; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 border=0>

    we was able to get in version 4 , after modifying CuteEditorconstants.js file.

    thanking you.
View Complete Thread