Ask a Question related to HTML & CSS, Design and Development.
-
Chester Harold #1
Table Alignment in Mozilla
Hello! I can't figure out if this is a standards thing or if I am missing
some Moz-knowledge, but I have my table set with align="center" and IE will
display the table centered, but Mozilla won't. If you need to see the page,
it is here:
[url]http://139.81.154.50/~bgilead/bandb.htm[/url]
Thanks for any input on how to center the table,
Chet
P. S. I know I could wrap all the tables in a <div>, and that should work,
but is it really necessary?
Chester Harold Guest
-
Alignment problem with table
Hello, I am trying to make some pages in PHP on Dreamweaver. I am using tables to make the main pages, and making Include files for things like the... -
Vertical alignment in table cells
If I create a table and then merge several cells vertically, I can enter some text and can set the vertical alignment of the new 'spanned' cell to... -
Table alignment...
Hi. I have a left-aligned table which, when I view it in Design View, is immediately below my page heading, exactly where I want it. But when I... -
table alignment
Anyone know how to put plain text on an image which is not a background? Thanks -
SWF alignment in HTML Table
i've created a "seamless" HTML template using tables. i want to replace an img element with a flash element. img size is 10 x 10. <td> width is... -
osgood #2
Re: Table Alignment in Mozilla
Chester Harold wrote:
add this to your maincell style> Hello! I can't figure out if this is a standards thing or if I am missing
> some Moz-knowledge, but I have my table set with align="center" and IE
> will
> display the table centered, but Mozilla won't. If you need to see the
> page,
> it is here:
>
> [url]http://139.81.154.50/~bgilead/bandb.htm[/url]
>
> Thanks for any input on how to center the table,
> Chet
>
> P. S. I know I could wrap all the tables in a
> , and that should work,
> but is it really necessary?
>
>
text-align: center
Then insert another 100% width table above the others; paste'We are
located...........and Killington' into it.
osgood Guest
-
Eric A. Meyer #3
Re: Table Alignment in Mozilla
In article <bg5pc0$4oc$1@forums.macromedia.com>,
"Chester Harold" <none@none.com> wrote:
Something like this should cover IE's and Mozilla's requirements:> Hello! I can't figure out if this is a standards thing or if I am missing
> some Moz-knowledge, but I have my table set with align="center" and IE will
> display the table centered, but Mozilla won't.
<table align="center" style="margin: 0 auto;">
...
</table>
--
Eric A. Meyer
[url]http://www.meyerweb.com/eric/[/url]
Eric A. Meyer Guest
-
Chester Harold #4
Re: Table Alignment in Mozilla
Thanks! Now for the forbidden question - why does this work, when
align="center" doesn't? Is it a deficiency with Mozilla until a future
release?
Chet
"Eric A. Meyer" <eric@meyerweb.com> wrote in message
news:eric-A62ABC.09095229072003@forums.macromedia.com...missing> In article <bg5pc0$4oc$1@forums.macromedia.com>,
> "Chester Harold" <none@none.com> wrote:
>> > Hello! I can't figure out if this is a standards thing or if I amwill> > some Moz-knowledge, but I have my table set with align="center" and IE>> > display the table centered, but Mozilla won't.
> Something like this should cover IE's and Mozilla's requirements:
>
> <table align="center" style="margin: 0 auto;">
> ...
> </table>
>
> --
> Eric A. Meyer
> [url]http://www.meyerweb.com/eric/[/url]
Chester Harold Guest
-
Chester Harold #5
Re: Table Alignment in Mozilla
Thanks for the feedback. I did this, but it did not work, just so you know.
Chet
"osgood" <notavailable@thisaddress.com> wrote in message
news:bg5q88$47n$1@forums.macromedia.com...missing> Chester Harold wrote:
>> > Hello! I can't figure out if this is a standards thing or if I am> add this to your maincell style> > some Moz-knowledge, but I have my table set with align="center" and IE
> > will
> > display the table centered, but Mozilla won't. If you need to see the
> > page,
> > it is here:
> >
> > [url]http://139.81.154.50/~bgilead/bandb.htm[/url]
> >
> > Thanks for any input on how to center the table,
> > Chet
> >
> > P. S. I know I could wrap all the tables in a
> > , and that should work,
> > but is it really necessary?
> >
> >
>
> text-align: center
>
> Then insert another 100% width table above the others; paste'We are
> located...........and Killington' into it.
>
Chester Harold Guest
-
osgood #6
Re: Table Alignment in Mozilla
Chester Harold wrote:
No youre right after testing, it only works in IE.> Thanks for the feedback. I did this, but it did not work, just so you
> know.
>
> Chet
>
> "osgood" wrote in message
> news:bg5q88$47n$1@forums.macromedia.com...
>>> >Chester Harold wrote:
> >
> >> >>Hello! I can't figure out if this is a standards thing or if I am
> missing
>>> >> >>some Moz-knowledge, but I have my table set with align="center" and IE
> >>will
> >>display the table centered, but Mozilla won't. If you need to see the
> >>page,
> >>it is here:
> >>
> >>[url]http://139.81.154.50/~bgilead/bandb.htm[/url]
> >>
> >>Thanks for any input on how to center the table,
> >>Chet
> >>
> >>P. S. I know I could wrap all the tables in a
> >>, and that should work,
> >>but is it really necessary?
> >>
> >>
> >add this to your maincell style
> >
> >text-align: center
> >
> >Then insert another 100% width table above the others; paste'We are
> >located...........and Killington' into it.
> >
>
>
Humm I thought inline styling align: center of a td cell or table was
depreciated, although it does work. How pants is that.
osgood Guest
-
osgood #7
Re: Table Alignment in Mozilla
Chester Harold wrote:
Align center does work, just not the way you are applying it. You should> Thanks! Now for the forbidden question - why does this work, when
> align="center" doesn't? Is it a deficiency with Mozilla until a future
> release?
>
> Chet
>
> "Eric A. Meyer" wrote in message
> news:eric-A62ABC.09095229072003@forums.macromedia.com...
>>> >In article ,
> > "Chester Harold" wrote:
> >
> >> >>Hello! I can't figure out if this is a standards thing or if I am
> missing
>>> >>some Moz-knowledge, but I have my table set with align="center" and IE
> will
>>> >> >>display the table centered, but Mozilla won't.
> > Something like this should cover IE's and Mozilla's requirements:
> >
> >
> > ... >
>>> >
> >--
> >Eric A. Meyer
> >[url]http://www.meyerweb.com/eric/[/url]
>
>
be choosing align center from the 'Horz' drop menu not clicking the text
align center menu.
Im still not sure whether that method is depreciated or not though,
thought it was. Trying to control as much as possible via css.
osgood Guest



Reply With Quote

