Homepage displays different texts and modules on other PCs [closed] - html

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
When I edit the homepage and click save everything looks good, But then I check the homepage with another computer and the texts,modules are displaying wrong or sametimes the text wont appear or some modules wont display.....
Ive been googling but havent seen anyone with the exact same problem....
I guess the main problem is because the website is obsolete....
Thanks in advance

Have you opened your website in all the main browsers : Opera, Chrome, IE, Firefix, Safari, etc..
There is probably a problem with the way it loads in versions of the one or more browsers.
This needs to be addressed in your CSS

Related

Website's image does't show when link is shared [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I used facebook linter to debug my website.
It's everything ok, icluding the image (og:image ...)
However, when I share the link on facebook, there is no image.
Everyone knows why or how to solve this?
The site is oddvise.com
Thanks,
Joao
This is a Facebook problem. wait a day or two, and you will see in your next shares that it will appear.
Adding to that, http://www.oddvise.com/ does not exist. so whenever you share, you need to use http://oddvise.com/ instead of http://www.oddvise.com/

Incorrect display in Internet Explorer [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
This is my website
My index.php file is correct in all other browsers except Internet Explorer. I am really confused. I couldnt find the problem. Can someone help me please.
Your website is missing a doctype. Without that it's basically pure luck how it renders in different browser. (Admittedly it still is afterwards, but somewhat less.)
IE is rendering your site in quirks mode, that might explain some of it.
If you wrote about footer then try simply add to your table tag in footer style "float:right;" or your class "fright".

IE 8 HTML Print Page Issue [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Having some trouble with the print preview in IE 8 ( Please note I am using the original IE 8 instead of IE 9 and changing to 8 ).
The problem is that when a user wants to "print preview" a page the previews layout is a lot different from what you see on the site itself.
Here is a screen shot of what a print preview looks like with the above issue:
This should look like this:
I have checked Google and cannot see any recommended fixes available for this issue.
Any ideas?
Sorry guys - have fixed the issue - Was regarding the doctype.
On page load the site would render in IE 8 with IE 7 standards *Facepalm...

Strange facebook like box behaviour [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have a simple yet hard problem here that is driving me nuts ...
Apparantly with no code change what so ever the facebook and Google+ like boxes show as I want in one section of my site: http://www.nfrases.com/coragem yet on the other they just disappear http://www.nfrases.com/coragem/1519
I'm going crazy over here! Someone ?
As I was using the relative path
<script src="js/scripts.js"></script>
When the address changed the scripts.js file wasn't loading. Using:
<script src="http://www.nfrases.com/js/scripts.js"></script>
It's always loaded no matter what address the user is accessing.
It was a dumb mistake!

Why does my GIF image not work in Internet Explorer? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have a GIF image that I implemented in my app which looks like this:
<img src="/images/loader.gif" />
I dont know why in Chrome I'm having no problems, but Internet Explorer doesn't show the image.
If you can help me I would appriciate it.
If you need to see more of my code to figure it out, let me know and I will share it.
I guess this question is pretty common and can help a lot of people in the future. :)
Thanks.
The first thing to do to troubleshoot would be to create a .html page containing only the <img> tag. If this page displays correctly, the problem is elsewhere. If not, you should use the Internet Explorer Tools (F12 in IE 9, I think also in IE 8).