• Does anyone know why this is happening?

    I have a table and the client wanted line breaks in the top section of the table like this code below, but after I copy and paste the code from dreamweaver into the HTML editor and update the page and close that page it strips out the tags every single time… over and over??? why is this happening??? it just started to happen again after the latest update and it used to happen to me all the time about a year and a half ago….
    —————————————

    <table width="100%" border="0" cellspacing="0" cellpadding="0" style="border:1px solid #666666;">
      <tr style="color:#FFF;text-align:center; font-size:14px;">
        <td width="33%" bgcolor="#009999" style="font-weight:900; padding:15px 10px 15px 10px; border:1px solid #666666; vertical-align:bottom; text-align:center;"><em>Age</em></td>
        <td width="33%" bgcolor="#009999" style="font-weight:900; padding:15px 10px 15px 10px; border:1px solid #666666; vertical-align:bottom; text-align:center;"><em>Strategy 1<br><br><br>Inherited Value<br>0f the IRA<br><span style="background-color: #FF3300;">(Fully Taxable)</span></em></td>
        <td width="33%" bgcolor="#009999" style="font-weight:900; padding:15px 10px 15px 10px; border:1px solid #666666; vertical-align:bottom; text-align:center;"><em>Strategy 2<br><br>Inherited Value<br>of the ILIT-Owned<br>Life Insurance<br><span style="background-color: #FF3300;">(Non-Taxable)</span></em></td>
      </tr>
      <tr style="color:#666666;text-align:center; font-size:14px;">
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666; font-weight:900;"><strong><em>65/60</em></strong></td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,064,250</td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,005,778</td>
      </tr>
      <tr style="color:#666666;text-align:center; font-size:14px;">
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;"><strong><em>70/65</em></strong></td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,365,269</td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,069,571</td>
      </tr>
      <tr style="color:#666666;text-align:center; font-size:14px;">
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;"><strong><em>75/70</em></strong></td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,526,471</td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,176,624</td>
      </tr>
      <tr style="color:#666666;text-align:center; font-size:14px;">
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;"><strong><em>80/75</em></strong></td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,635,032</td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,312,540</td>
      </tr>
      <tr style="color:#666666;text-align:center; font-size:14px;">
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;"><strong><em>85/70</em></strong></td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,649,225</td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,475,619</td>
      </tr>
      <tr style="color:#666666;text-align:center; font-size:14px;">
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;"><strong><em>90/85</em></strong></td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,524,327</td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,640,380</td>
      </tr>
      <tr style="color:#666666;text-align:center; font-size:14px;">
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;"><strong><em>93/88*</em></strong></td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,371,916</td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,704,815</td>
      </tr>
      <tr style="color:#666666;text-align:center; font-size:14px;">
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;"><strong><em>95/90</em></strong></td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,239,041</td>
        <td bgcolor="#e5ffe5" style="padding:15px 15px 15px 15px; border:1px solid #666666;">1,703,006</td>
      </tr>
    </table>

    —————————————
    This moderator said this below and it is not true today…:
    esmi
    Forum Moderator
    Posted 1 year ago #

    If you use the HTML Editor and stick to it, no markup will ever be stripped out of your posts.
    http://wordpress.org/support/topic/how-to-stop-wordpress-from-stripping-out-breaks?replies=13
    ——————————
    below is a link to a static HTML page with a table about half way down with all my br tags in the top section of the table like the client wanted:
    ……….
    http://www.robert-b-ritter-jr.com/preview-blogs/55-charitable-ira.html
    ——————————–
    below is the link to live php blog version and if you look at the table code in the top or the page you can clearly see they are all stripped out.
    ………..
    http://www.robert-b-ritter-jr.com/2014/05/25/blog-55-charitable-ira/

    !!!!!!!!!!!!!!!!! I gotta tell the WordPress developers that this posting box interface is horrible??? I clicked on the LINK button to add a hyper link, pasted it into the popup window and and it is really buggy and wacky and made a complete mess of this post???? I had to come back and move all the closing hyperlink tags to the end of each link as they were off somewhere else in this post???? very weird……..

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tony-states

    (@tony-states)

    I just tried to install TinyMCE-Advanced from WordPress plugin and it is now keeping my line breaks but they are not displaying in any of the major browsers???? this is crazy… why wouldn’t’ a browser honor a
    tag???
    Thanks for any help or info on this crazy issue!
    Sincerely,
    Tony States

    Thread Starter tony-states

    (@tony-states)

    I actually hate using the visual user interface!!! I HATE IT!!! I always use the HTML editor as; esmi Forum Moderator suggested and it still stripped out the tags!!! probably a plugin conflict… Grrrrrr….

    Thread Starter tony-states

    (@tony-states)

    It was WordPress version 3.9
    I disabled all my plugins it did not help, upgraded to WP 4.0 and no problems since…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wordress is stripping out all my tags again’ is closed to new replies.