Never heard that it’s something weird with different versions of windows, I would rather expect it to be different version of IE… IE8 renders pretty good but quite the opposite in 6 and 7.
Fix your code errors: [Invalid]Markup Validation of igmosi.com blog – W3C Markup Validator. Scroll down in the validation report to see line numbers and source code.
Thread Starter
Pedro
(@igmosi)
Thank very much!!!
I am working on it, but there are some errors I dont get it.
#1 Where can I change this?
—
Line 82, Column 81: character “?” not allowed in attribute specification list
…ttp://igmosi.com/blog/basket-balcony/”?><img width=”580″ height=”391″ src=”htt…
—
#2 ???
—
Line 108, Column 171: ID “more” already defined
…aste) thinking about …<div id=”more”><a href=”http://igmosi.com/blog/pr…
An “id” is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
—
thanks!!!
You have ? in your links, so use the html editor in wordpress to see where those are coming from. And you’re adding <div id="more"> in the editor or in your theme files when that html is meaningless.
Thread Starter
Pedro
(@igmosi)
Thanks!
Well, I’m not an expert of php so;
About <div id=”more”> that the way I tried to give a CSS style to something I created new. I put this in the index.php (<div id=”more”>) an then with #more in CSS I give it style. Is it wrong?
This is just the link to the post using <?php the_excerpt(); ?> to make a sumary in index.php.
about ?, I checked it in html editor on each post and I didnt find any of them.
Do you think those errors are who mess it up for IE??
Use a class insead of a div, like <div class="more"> and .more in CSS instead of #more.
And for your links, somehow you’re getting a ? in the link:
<a href="http://igmosi.com/blog/basket-balcony/" ?>
Try the default theme to see if it’s maybe a problem with the theme.
Thread Starter
Pedro
(@igmosi)
Thread Starter
Pedro
(@igmosi)
Hi!
still workking on it.
I improve all error from the validator and still it’s mess uo when it’s run with IE
I dont know what else I can do!!
Looks fine to me in IE8. Netrenderer and similar services can sometimes be (very) inaccurate; find a WIndows PC with IE to test with.
Thread Starter
Pedro
(@igmosi)
Thanks songogtech!!
Actually it’s mess up with IE7 and lowers being tested with windows PC.
it runs ok with Firefox, Safary and Chrome. I guess I can’t do anything. 🙁
Thank you very much!!!