Posts: 86
Threads: 13
Joined: Dec 2009
Reputation:
4
PHP Code:
<div style="position:absolute; left:41%; right:50%; text-align:center; margin-left:auto; margin-top:8px;" align="center"> <img src="tolia2.png" > </div>
That should fix your problem. I test it with random picture on IE8 and image shows up.
Condoms aren't completely safe. A friend of mine was wearing one and got hit by a bus.
Posts: 1,481
Threads: 122
Joined: Oct 2009
Reputation:
25
Did you try it on another computer's IE?
It could just be your individual IE freakin around.
Posts: 86
Threads: 13
Joined: Dec 2009
Reputation:
4
12-22-2009, 04:55 AM
(This post was last modified: 12-22-2009, 04:56 AM by geeK.)
PHP Code:
<div style="position:absolute; left:41%; right:50%; text-align:center; margin-left:auto; margin-top:8px;" align="center" <img src="tolia2.png" > </div>
If he use this code it will not show the image on everyone who is using IE coz there is no ">" and the end of div start and Internet Explorer makes problem if some code is not a hundread percents corrent. IDK why ppl still use Internet Explorer? It sux.
To work properly, you just need to add ">" before img and everything will be fine. Like in my prevision post on this thread.
And yea, if you still have the problem about showing pictures, try with writing the full path of image loc.
Now... Bye bye
I'm going at school :S.
Condoms aren't completely safe. A friend of mine was wearing one and got hit by a bus.
Posts: 105
Threads: 3
Joined: Dec 2009
Reputation:
4
Don't use IE, use Chrome, Safari or Opera, they're much, much faster, and don't have those problems
Posts: 1,481
Threads: 122
Joined: Oct 2009
Reputation:
25
Thats not the problem, he can't force users to change their browser just to view his site. Most users are unaware of other browsers as it is! He needs it to be visible because the traffic that comes in on IE won't be able to see the image. Its not him, its them!
Posts: 86
Threads: 13
Joined: Dec 2009
Reputation:
4
<div style="position:absolute; left:41%; right:50%; text-align:center; margin-left:auto; margin-top:8px;" align="center"> <img src="tolia2.png" > </div>
Instead of tolia2.png enter the full path to image. ex(
http://yoursite.com/images/tolia2.png) ... Maybe problem is to u, I test this code on localhost and image shows.
Condoms aren't completely safe. A friend of mine was wearing one and got hit by a bus.