Click to See Complete Forum and Search --> : Help please please!!!!!!!!
77se7en
03-06-2009, 12:19 AM
I made this site. It took me a long time to make it. It works perfectly in firefox. One of my friends checked it in internet explorer, and told me that it doesn't work. I checked it,he was right it doesn't work. I really really need this to work.
Need to make it work in IE
www.yourdreamfuture.com
Will GREATLY GREATLY appreciate any help
aanntt0
03-08-2009, 03:09 AM
could you rewrite that giving specific information
eg. - what version of explorer are you using?
also we cant just say whats wrong without seeing your code so you will most likely have to provide us with that unless someone else has had the exact same problem.
next time read the rules it says " dont post topics titled 'help me please!' "
Charles
03-08-2009, 05:55 AM
Your site crashed my instance of Firefox and so I took a look at it in Lynx. There is so much wrong with that page that I don't know where to start. Perhaps with the 105 HTML errors ( http://validator.w3.org/check?uri=http%3A%2F%2Fwww.yourdreamfuture.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 ). But I would suggest that you start over from the beginning. Start with the content properly marked up according to its meaning and then add the presentation on top with CSS. That means no TABLEs for layout. And unless you really know what you are doing do not use XHTML. And you really don't know what you are doing.
WebJoel
03-09-2009, 09:47 PM
<embed src="<object width=" width="586"" height="586"465> This makes no sense whatsoever. :o
A lot of validational warnings and deprecated stuff. You say it works in Fx but not in IE? I'm a bit surprised, -its usually the other way around. At any rate, I had to try twice to load this into Firefox and the second time while successful, it took waaaaaay too long. This is due to the TABLE layout and unweildy code like the quote above.
Totally fixable though. :)
You have Firefox? Get "web developer" extension. Install it, use "VIEW - SOURCE" and it shows you the code and the errors/warnings. There is a 'clean up code' button that, if there are no ERRORS it will present a cleaned more-correct code to use. It won't get rid of the TABLE-based layout, but fixing the errors like quote above, is a good start. :)
And yes, because these threads/posts are archived for reference later on, it is advisable to use descriptives to name the thread, not "Please help me!" which is meaningless. A "firefox/ie rendering isue' might be a better name
77se7en
03-10-2009, 12:22 AM
Thank u very much for help.
I did everything you said I should. Can u please tell me waht u think of my site as a pro. Please check the mistakes again, i m not sure if i did it right. Another problem is on the bottom where the copyright symbol is there are 2 a's, I cant get rid of them, do u know what the problem is?
Ur help is greatly apriciated:o
http://www.yourdreamfuture.com
MaaaTtY
03-10-2009, 11:50 AM
instead of using the copyright symbol in your code replace it with this:
©
like this:
<p class="style7" style="margin-bottom: 0pt;" align="center">Copyright © YourDreamFuture.com</p>
Really messed up in IE6.
I suggest you download some browsers to test before publishing.