Table Disappears


Author Message
Warren

Posted: 5/30/2009
Quote message 

I am having an issue with a table appearing and disappearing.

I have used the exact same code from the generated template...
that is the code you see on your sample page... the three
column table.

Well when I used it on a site the table would show then I would
later go to the page and it was gone. All was left was a blank
space where the table should be.

Then I made a site for somebody and they said a table I did for
them appears and disappears too. But on my end it never
disapears even though we both are viewing it in IE 7.

To save time, I will reapeat that I am using the code that
Artisteer generated. I only changed the content of the cells.

What is the issue here? I saw what might be the same issue
here http://www.artisteer.com/Default.aspx?post_id=104473&p=forum_post

Problem is I didn't quite understand the fix offered.

any help would be much appreciated.
 
Charles

Posted: 5/30/2009
Quote message 

This problem was fixed in the last update of Artisteer. Do you have the latest release? The latest version should create 3 different style sheets to fix problems with the IE browser.
 
Warren

Posted: 5/30/2009
Quote message 

Quote Charles:

This problem was fixed in the last update of Artisteer. Do you have the latest release? The latest version should create 3 different style sheets to fix problems with the IE browser.



Yep I am using the latest... at least I think I am. I have
three different style sheets.

Here is the beginning of the table code. It is from the latest
isn't it?

    <table class="table" width="100%">

<tr>
<td width="25%" valign="top">
<div class="Block">
<div class="Block-body">
<div class="BlockHeader">
<div class="l"></div>
<div class="r"></div>
<div class="t"><center>TITLE</center></div>
</div>
<div class="BlockContent">
<div class="PostContent">

 
Charles

Posted: 5/31/2009
Quote message 

Here's the fix I used before. I've upgraded to IE8 so I can't test the page in IE7.

Find these two lines in style.css

/* Start tables */

.article table, table.article

Change to:

/* Start tables */

.article table, table.article, .table

For some reason IE7 doesn't pick up the .article table class

I thought this had been fixed.


 
Warren

Posted: 6/1/2009
Quote message 

thanks Charles

I will let you know how it goes.