![]() |
Mozzila vs Microfoft, displaying problems
In my web page I have a I have added a table composed of one row and
one column (1:1 table). This table only displays text; when the page is viewed on any Mozilla browser, the text is displayed as expected, but IExplorer displays it incorrectly. Explorer displays the text one word in each line, i.e. === This is the text === Mozilla display: This is the text IExplorer disply: This is the text This is the code: <table style="text-align: left; width: 564px; height: 134px;" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="height: 1px; width: 1px;">There is a lot of workd in this box<br> </td> </tr> </tbody> </table> How can I correct this problem, thanks in advance |
Re: Mozzila vs Microfoft, displaying problems
"ArbolOne" <ArbolOne@gmail.com> wrote in message news:2f884d3d-84a6-44fa-8a0f-11fef29de310@w1g2000prk.googlegroups.com... > In my web page I have a I have added a table composed of one row and > one column (1:1 table). This table only displays text; when the page > is viewed on any Mozilla browser, the text is displayed as expected, > but IExplorer displays it incorrectly. Explorer displays the text one > word in each line, i.e. > This is the code: > <table > style="text-align: left; width: 564px; height: 134px;" > border="0" cellpadding="0" cellspacing="0"> > <tbody> > <tr> > <td style="height: 1px; width: 1px;">There width: 1px; What about the other 563 pixels? Since you specify one value for the table and one for the cell the browser is at liberty to make a guess as to which one you really mean. The browsers you indicate guess differently. Why do you have a single celled table containing text? Is this tabular data? |
Re: Mozzila vs Microfoft, displaying problems
On Jan 20, 10:32*pm, "rf" <r...@z.invalid> wrote:
> "ArbolOne" <Arbol...@gmail.com> wrote in message > > news:2f884d3d-84a6-44fa-8a0f-11fef29de310@w1g2000prk.googlegroups.com... > > > In my web page I have a I have added a table composed of one row and > > one column (1:1 table). This table only displays text; when the page > > is viewed on any Mozilla browser, the text is displayed as expected, > > but IExplorer displays it incorrectly. Explorer displays the text one > > word in each line, i.e. > > This is the code: > > * * * * * *<table > > style="text-align: left; width: 564px; height: 134px;" > > border="0" cellpadding="0" cellspacing="0"> > > * * * * * * *<tbody> > > * * * * * * * *<tr> > > * * * * * * * * *<td style="height: 1px; width: 1px;">There > > width: 1px; What about the other 563 pixels? > > Since you specify one value for the table and one for the cell the browser > is at liberty to make a guess as to which one you really mean. The browsers > you indicate guess differently. > > Why do you have a single celled table containing text? Is this tabular data? Thanks, I will have a look at the your suggestion, but in the meantime let me say that the 1:1 table display is just hand inputed text. I am learning HTML and web authorizing, I am writing my own home page. Thanks for your prompt response |
Re: Mozzila vs Microfoft, displaying problems
On Jan 21, 3:23*pm, ArbolOne <Arbol...@gmail.com> wrote:
> On Jan 20, 10:32*pm, "rf" <r...@z.invalid> wrote: > > > > > > > "ArbolOne" <Arbol...@gmail.com> wrote in message > > >news:2f884d3d-84a6-44fa-8a0f-11fef29de310@w1g2000prk.googlegroups.com... > > > > In my web page I have a I have added a table composed of one row and > > > one column (1:1 table). This table only displays text; when the page > > > is viewed on any Mozilla browser, the text is displayed as expected, > > > but IExplorer displays it incorrectly. Explorer displays the text one > > > word in each line, i.e. > > > This is the code: > > > * * * * * *<table > > > style="text-align: left; width: 564px; height: 134px;" > > > border="0" cellpadding="0" cellspacing="0"> > > > * * * * * * *<tbody> > > > * * * * * * * *<tr> > > > * * * * * * * * *<td style="height: 1px; width: 1px;">There > > > width: 1px; What about the other 563 pixels? > > > Since you specify one value for the table and one for the cell the browser > > is at liberty to make a guess as to which one you really mean. The browsers > > you indicate guess differently. > > > Why do you have a single celled table containing text? Is this tabular data? > > Thanks, I will have a look at the your suggestion, but in the meantime > let me say that the 1:1 table display is just hand inputed text. > I am learning HTML and web authorizing, I am writing my own home page. > > Thanks for your prompt response- Hide quoted text - > > Take a look at: http://htmldog.com -- Regards Chad. http://freewebdesignonline.org |
| All times are GMT. The time now is 04:56 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.