J
Jim Hank
I am developing a new web site that has several spec sheets. Each spec sheet
has a table with multiple cells. When I store a small button image in one of
the cells of this table, it looks fine in the Design View of FrontPage 2003
but when I Preview this page the button image is not displayed. (It is also
not being displayed in IE6.)
I looked at the HTML code in this table cell and it includes the following:
<td valign="top" width="68"><!--[if gte mso 9]> <p align="center"
style="margin-top: 0; margin-bottom: 0"> <img border="0" src="button.gif"
width="68"><![endif]--></td>
If I remove the HTML <!--[if gte mso 9]> and the <![endif]--> statements,
the button image displays just fine.
What does is this if and endif code code do, and how is it being created?
Any help will be most appreciated.
Jim
has a table with multiple cells. When I store a small button image in one of
the cells of this table, it looks fine in the Design View of FrontPage 2003
but when I Preview this page the button image is not displayed. (It is also
not being displayed in IE6.)
I looked at the HTML code in this table cell and it includes the following:
<td valign="top" width="68"><!--[if gte mso 9]> <p align="center"
style="margin-top: 0; margin-bottom: 0"> <img border="0" src="button.gif"
width="68"><![endif]--></td>
If I remove the HTML <!--[if gte mso 9]> and the <![endif]--> statements,
the button image displays just fine.
What does is this if and endif code code do, and how is it being created?
Any help will be most appreciated.
Jim