• Hello all,
    My site is https://www.agrohol.com . I’m using firefox and i have no problems with viewing the site, but when i open it with my IE, i don’t see the recent updates i made :(. Can someone explain to me why is this happening?

Viewing 7 replies - 16 through 22 (of 22 total)
  • I would definitely fix the HTML errors before doing anything else – some of those errors can cause CSS to not function correctly, especially in IE:

    https://validator.w3.org/check?uri=http%3A%2F%2Fagrohol.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

    https://codex.www.ads-software.com/Validating_a_Website

    Check the CSS too.

    Millions of sites look ok in IE9, 8 and 7. You just need to make changes. The gradient menu bar – check out other sites. As a design feature it really adds nothing to the over-all looks and workings of the site.

    Check the validation errors, https://validator.w3.org/check?verbose=1&uri=http%3a%2f%2fagrohol.com%2f You can’t expect a site to work in all browsers with errors.

    Thread Starter kartus

    (@kartus)

    Okay. Thank you all. I’m on to it :). Thank you for the validator link. It will be the first thing i will to tomorrow morning. I will tell you how it went :).

    Thread Starter kartus

    (@kartus)

    Hi all, can someone tell me what is wrong in this code?

    <a href="https://www.vantotrade.bg"><img src="https://agrohol.com/wp-content/uploads/2013/01/874ee4a65f8517fb760d749f8dce1bfb.eps_.jpg" />
    <a href="https://www.newholland.com/Pages/index.html"><img src="https://agrohol.com/wp-content/uploads/2013/01/new-holland.jpg"/>
    <a href="https://www.maschionet.com"><img src="https://agrohol.com/wp-content/uploads/2013/01/gaspardo.jpg"/>
    <a href="https://fr.gregoire-besson.com"><img src="https://agrohol.com/wp-content/uploads/2013/01/logo_gb__047418900_1255_05052009.gif"/>

    The validator gives different errors in everyone of them, tho they are the same??? I really am confused.
    In the validator they are in lines 92 and 93.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You should say what errors the validator gives.

    It looks like there are 2 things wrong;
    1. You’re not closing off your anchor tags.
    2. You don’t have alt attributes in your images.

    Thread Starter kartus

    (@kartus)

    Hi andrew
    An a start tag seen but an element of the same type was already open.
    An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
    about anchor tags. Do you mean that i must put /a in the code? Can you please write to me how exactly should the code look? Cuz every time i add /a i get more errors. With 4 /a i get 8 errors more … I really can’t understand anything from this validator…

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    HTML forums may be better suited to these queries;
    https://www.htmlforums.com

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Browser bug’ is closed to new replies.