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:
http://validator.w3.org/check?uri=http%3A%2F%2Fagrohol.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
http://codex.wordpress.org/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, http://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="http://www.vantotrade.bg"><img src="http://agrohol.com/wp-content/uploads/2013/01/874ee4a65f8517fb760d749f8dce1bfb.eps_.jpg" />
<a href="http://www.newholland.com/Pages/index.html"><img src="http://agrohol.com/wp-content/uploads/2013/01/new-holland.jpg"/>
<a href="http://www.maschionet.com"><img src="http://agrohol.com/wp-content/uploads/2013/01/gaspardo.jpg"/>
<a href="http://fr.gregoire-besson.com"><img src="http://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;
http://www.htmlforums.com