Note that there are some explanatory texts on larger screens.

plurals
  1. POFirefox doesn't display text on webpage
    text
    copied!<p>I was successful in displaying text on webpage but in firefox, it does not display the text at all. If i see the page source, it has text in there. but why doesn't it display? In Chrome and IE, it works fine.</p> <p>Edit: When i used firebug, it looks like the content is behind the screen. I just guess. What you experts say on this?</p> <pre><code>&lt;asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server"&gt; &lt;div&gt; &lt;table id="Table2" width="150%" border="0" cellspacing="0" cellpadding="0" class="main_content"&gt; &lt;tr valign="top"&gt; &lt;td align="left" style="height: auto"&gt; &lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;asp:Label ID="lblName" runat="server" Font-Bold="True" Font-Size="10pt" ForeColor="#006699" Font-Names="Verdana"&gt;&lt;/asp:Label&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr style="height:32px"&gt; &lt;/tr&gt; &lt;tr valign="top"&gt; &lt;td align="center"&gt; &lt;div class="reusableBlueBox" style="width: 500px;height:auto;"&gt; &lt;div class="reusableBlueTop"&gt; &lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;nbsp;&lt;/div&gt; &lt;div class="reusableBlueContent"&gt; &lt;table id="Content" border="0" cellpadding="0" cellspacing="4" class="createAccountTable"&gt; &lt;%-- &lt;tr&gt;&lt;td align="left" valign="top"&gt;&lt;h2 align="center"&gt;WELCOME TO OUR SITE...!&lt;/h2&gt;&lt;/td&gt;&lt;/tr&gt;--%&gt; &lt;tr id="trwelcome" runat="server"&gt; &lt;td&gt; &lt;div style="text-align: center; margin: 0in 0in 0pt;"&gt; &lt;span style="color: #00669f; font-size:large; font-family:Arial; font-weight:bold" &gt; Welcome&lt;/span&gt; &lt;br&gt; &lt;span style="color: #00669f; font-size:small; font-family:Arial" &gt; Please look over this welcome page to familiarize yourself with your account. &lt;/span&gt; &lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr id="trhelp" runat="server" visible = "false"&gt; &lt;td&gt; &lt;div style="text-align: center; margin: 0in 0in 0pt;"&gt; &lt;span style="color: #00669f; font-size:large; font-family:Arial; font-weight:bold" &gt; Help&lt;/span&gt; &lt;br&gt; &lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr style="height:10px"&gt; &lt;td&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td id="tdWelcomeContent" runat="server" valign="top" class="listStyleNone"&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr id="trthankyou" runat="server"&gt; &lt;td align="left"&gt; &lt;strong&gt;&lt;span style="color: rgb(0,102,153); font-size: medium"&gt;Thanks for joining.&lt;/span&gt;&lt;/strong&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;table width="200"&gt; &lt;tr&gt; &lt;td style="width: 109px; height: auto"&gt; &lt;/td&gt; &lt;td style="width: 100px; height: auto" align="center"&gt; &lt;asp:ImageButton ID="imgbtnEnterMyAccount" runat="server" ImageUrl="~/images/enter_my_account.gif" OnClick="imgbtnEnterMyAccount_Click" Width="185px" /&gt;&lt;/td&gt; &lt;td style="width: 100px; height: auto"&gt; &amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/div&gt; &lt;div class="reusableBlueBottom"&gt; &lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;nbsp;&lt;/div&gt; &lt;/div&gt; &lt;br /&gt; &lt;%-- &lt;table width="200"&gt; &lt;tr&gt; &lt;td style="width: 109px; height: 37px"&gt; &lt;asp:ImageButton ID="btnhelp" runat="server" ImageUrl="~/images/help2.gif" OnClick="btnhelp_Click" Visible="False" /&gt;&lt;/td&gt; &lt;td style="width: 100px; height: 37px" align="center"&gt; &amp;nbsp;&lt;asp:ImageButton ID="imgbtnEnterMyAccount" runat="server" ImageUrl="~/images/enter_my_account.gif" OnClick="imgbtnEnterMyAccount_Click" Width="185px" /&gt;&lt;/td&gt; &lt;td style="width: 100px; height: 37px"&gt; &amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="width: 109px; height: 47px"&gt; &lt;/td&gt; &lt;td style="width: 100px; height: 47px"&gt; &lt;/td&gt; &lt;td style="width: 100px; height: 47px"&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt;--%&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align="center"&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align="center"&gt; &amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/div&gt; </code></pre> <p></p> <p>Thanks in advance!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload