Ok, this is an odd one.
I am trying to insert some HTML using the HTML view of the WYMedotor.
I paste in some code where one of the lines is:
<table cellspacing="0" cellpadding="5" class="basic">
BUT after the form is submitted, the code comes out with the same line looking like:
<table class="basic" cellpadding="5">
Now can someone explain to me why are these tags in different order, and more importantly, where is the cellspacing attribute?
Thanks,
-Roman