xviciousx
07-20-2011, 05:39 PM
Im creating this website and everything is fine in FF Chrome Safari and thats all that was tested but it looks terribly broken in IE im stuck and kind of a newb in html and css
the site is redeye-x.com i am most certain the problem is in the html code i know that it can be fixed in either way i just dont how to
so please help
xFinaLx
07-20-2011, 06:13 PM
Im creating this website and everything is fine in FF Chrome Safari and thats all that was tested but it looks terribly broken in IE im stuck and kind of a newb in html and css
the site is redeye-x.com i am most certain the problem is in the html code i know that it can be fixed in either way i just dont how to
so please help
IE is extremely temperamental when it comes to syntax errors. Try correcting the errors listed in the links below, and if that doesn't help I'll try to assist you further.
index.html:
http://validator.w3.org/check?uri=redeye-x.com&charset=%28detect+automatically%29&doctype=Inline&group=0
layout.css:
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fredeye-x.com%2Flayout.css&profile=css21&usermedium=all&warning=1&vextwarning=&lang=en
xviciousx
07-20-2011, 06:49 PM
IE is extremely temperamental when it comes to syntax errors. Try correcting the errors listed in the links below, and if that doesn't help I'll try to assist you further.
index.html:
http://validator.w3.org/check?uri=redeye-x.com&charset=%28detect+automatically%29&doctype=Inline&group=0
layout.css:
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fredeye-x.com%2Flayout.css&profile=css21&usermedium=all&warning=1&vextwarning=&lang=en
ok so i did all of what was said but its still broken lol what now
xFinaLx
07-20-2011, 07:00 PM
Do this:
Take out <CENTER> and </CENTER>.
Change your opening table tag to this: <table id="Table_01" width="767" height="1051" border="0" cellpadding="0" cellspacing="0" style="margin-left:auto;margin-right:auto;">
And tell me what happens.
I'm on a Mac and don't have IE so its a bit more difficult for me to help you with this issue :P
xFinaLx
07-20-2011, 07:31 PM
Okay.
As far as I can tell, what you did is you sliced an image in photoshop and exported it as HTML, correct?
That could be the problem in and of itself. This can be useful for rapid prototyping, but generally shouldn't be used for a finished product as photoshop likely doesn't code it correctly.
Usually a designer mocks up a design in photoshop and a coder will try to replicate it using html and css, not just by slicing it.
So you can try that approach. It will take longer but in the end will probably work.
xviciousx
07-20-2011, 07:36 PM
yea thats right
wow this sucks lol
I really do appreciate your help tho thanks
xFinaLx
07-20-2011, 07:38 PM
Welcome to the world of web design ;)
If you still wanna get it working, read some HTML tutorials over at http://www.w3schools.com.
xviciousx
07-20-2011, 10:52 PM
i fixed it.......yyyyeeeessssss