Closed Bug 274849 Opened 20 years ago Closed 20 years ago

Bug by the rendering of xhtml...

Categories

(Core :: Layout, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: Frederic.Metrich, Assigned: bugzilla)

Details

Hi,
I've created a site (http://auriane.metrich.free.fr) and some part of the site
do not render as I wanted (with IE, everything is OK). I've validated the whole
by w3c, and it says that it's valid.
All pages and everything on each page should be centered. On the main page, you
can see that the "footer" (the gray bar and the icons) are left-aligned.

Regards,
Fred
You're attempting to use <div class="textcenter"> with the style text-align:
center to center the table containing the icons.  This is invalid.  text-align
centers inline text, not blocks.

To center your table, use margin-left: auto; margin-right: auto; directly on the
table.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Over to Layout (and verifying).
Status: RESOLVED → VERIFIED
Component: General → Layout
Product: Firefox → Core
Version: unspecified → Trunk
You need to log in before you can comment on or make changes to this bug.