MyBB Community Forums

Full Version: [SOLVED] Problem with browsers...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I have this problem with browsers.

The forum works ok with Firefox (pic)

But is not working with:

- Chrome (here's the pic)
- IE (all text is aligned to the center) (pic)
- Opera (see pic)

How can I solve this ?

Thanks in advance!
Link to your forum? Must be something wrong in the CSS probably in the #container.
In the HTML you have <div id="container"> but in the CSS you don't have "#container" only found "#contenedor".
"Contenedor" is "Container" in spanish. It could be that the problem?
(2010-05-27, 03:01 AM)Ulises Wrote: [ -> ]"Contenedor" is "Container" in spanish. It could be that the problem?
Correct replace #contenedor with #container in CSS.
Sorry but the guy working on the template used a lot of "contenedor" ("contenedormedio", "contenedorinterno", etc.)

Just in case... "medio" is "medium" and "interno" is "internal"


Don't know what to do..