Infobox when displayed on different browsers
79,547pages on
this wiki
this wiki
Forum page
This Forum has been archived
Visit the new ForumsForums: Index → Support Requests → Infobox when displayed on different browsers
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 363 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
Hello,
I edit on the Vocaloid wiki. We are trying to revise some templates, but noticed that while in FF the templates appear as they are expected, the text is to the left. While in IE the text is in the center. Is there a way to prevent this for IE viewers?
And if anyone has a different browser besides the mentioned, could you tell me how the infobox appears, I want to know if it as clear as possible.
-- Bunai82 (talk) 12:29, May 26, 2012 (UTC)
- Hi, I've fixed the IE problem you mentioned in this edit -- the text should properly be aligned to the left in IE now. Please revert my edit if it was undesirable.
Mathmagician ƒ(♫) 17:34 UTC, Sat, 26 May 2012
- Table headings have center aligned text by default. That is why the headings of your infobox rows are center aligned in Internet Explorer. Firefox interprets the
text-align:left;style on the entire table to affect every element within the table, including the headings, so it automatically overrides the default center alignment of the headings. Internet Explorer does not do this for some reason, so you have to apply thetext-align:left;style individually to every heading within the table. --Gardimuer { ʈalk } 18:02, May 26, 2012 (UTC)
- Table headings have center aligned text by default. That is why the headings of your infobox rows are center aligned in Internet Explorer. Firefox interprets the