Viewing 7 replies - 1 through 7 (of 7 total)
  • I have the same problem, it drives me up the walls

    https://www.langsdedijk.e-hosted.nl

    this is either an issue in your CSS file or it’s a case where you forgot to close a font tag in the post somewhere.

    There are some <span> without a close tag (</span>) in the page, in the list of the first post. Other reason could be problemas with a new version of MySQL if you has move de data base to a new hosting.

    Tienes varias etiquetas <span> sin la etiqueta de cierre y eso hace que el Explorer lo lea mal. Están en la lista del primer post. Yo tuve un problema que me producía algo similar al cambiar de alojamiento y usar una versión más moderna de la base de datos. Los del alojamiento tuvieron que hacer algunos cambios, pero imagino que será lo primero, lo de las etiquetas sin cerrar.

    thank you so much jorge for taking the time to check that out – and for posting the solution in spanish too! ?? great work.

    Thread Starter patolinx

    (@patolinx)

    Thank you Jorge!
    Excelente!
    Revisaré el codigo de mi blog.
    Pero tengo una duda. Tengo que revisar solamente el posteo del Blog o solo el archivo .css?

    I’ll check my blog, but I have a doubt. Do I nedd to correct the post or I nedd to fix the .css file?

    Patolinx!

    Try to get rid of just the list of this post and prove if it works. The problem with the diferent text sizes in IE and FF could be resolved by this way in your stile.css:

    h3 { font-size: 1.3em; }
    * html h3 { font-size: 1.2em; } /* this is only for IE */

    Intenta quitar la lista de ese primer post y prueba si funciona. Para ajustar los tama?os de texto, para que salgan igual en los dos navegadores, yo utilizo ese truco en la hoja de estilos, pero esto es algo ya para afinar que puedes decidir después si quieres hacerlo o no, la mayoría pasa de esta finura.

    Thread Starter patolinx

    (@patolinx)

    Muchas gracias compadrito!
    Funciona, borré el texto malo y se arreglo solo al tiro.
    Un abrazo!
    Patolinx

    in english.
    Removing the problematical post solved all.

    Thxns!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Text Size Problem in IE’ is closed to new replies.