clarkster Posted July 9, 2009 Share Posted July 9, 2009 When I go toedit a page in the page editor, if I insert a table, the text OUTSIDE of the table is not displayed when the page is listed. Example: This is a Heading. <Table> <tr><td>STUff in a table</td></tr> </table> This is text below the table. The text above, and below the table is NOT printed on the page when OSC displays in a browser. It DOES Show up in the OSC editor preview. And the table itself does show up. Is this a bug? Or is there a work around? Right now, I create a row at the top and bottom of the table, and insert the text there. But, that doesn't seem like a good solution. Any help is apprieciated! Link to comment Share on other sites More sharing options...
burtonsnow8 Posted July 9, 2009 Share Posted July 9, 2009 When I go toedit a page in the page editor, if I insert a table, the text OUTSIDE of the table is not displayed when the page is listed. Example: This is a Heading. <Table> <tr><td>STUff in a table</td></tr> </table> This is text below the table. The text above, and below the table is NOT printed on the page when OSC displays in a browser. It DOES Show up in the OSC editor preview. And the table itself does show up. Is this a bug? Or is there a work around? Right now, I create a row at the top and bottom of the table, and insert the text there. But, that doesn't seem like a good solution. Any help is apprieciated! Might be something to do with how the tags are being looked at. First, make sure that you don't have <table> capitalized, some browsers may not pick up on it. Because you are adding tables into a page that is created with tables, i've noticed that it can sometimes cause issues with text, so try creating it without tables (div and css). Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.