problems with tables, strange code changes poping up, page doesn't show
-
I’ve been having issues for days, just when i think im out of the woods i get slammed with some new issue. from what i gather this is how the table should look for one row of three cells
<table border="0" cellspacing="0" cellpadding="0" width="684" height="272" align="center"> <tbody> <tr> <td></td> <td></td> <td></td> <?tr>
so after visually adding/editing things to a table the page would not display…just header menu and comment box. i reverted back to a save that works.
Now pages html code opens like this (without the first <tr>)
<table border="0" cellspacing="0" cellpadding="0" width="684" height="272" align="center"> <tbody> <td></td> <td></td> <td></td> <?tr>
at this point if i view the page or preview changes and all is fine.
IF I togle to visual and back to html the code changes to what you would think it should be, with the first <tr> where it should be.
But!!!!when i now view page or preview changes…i get the blank page.
Does anyone know why im having so much trouble with tables? its so so frustrating. I have so many images that having to redo a whole table is really time consuming and i need to be able to update the tables without all hell breaking lose.
-Thanks
- The topic ‘problems with tables, strange code changes poping up, page doesn't show’ is closed to new replies.