Reply
Why my site dont work on IE and Opera?
Old 03-19-2007, 02:47 AM Why my site dont work on IE and Opera?
kids's Avatar
Ultra Talker

Posts: 271
I designed and coded by Macromedia Dreamwaver. And when I publish, my site work fine only FF but not on IE and Opera. nothing display when I open my site one IE or Opera. Why? please help!

Please view and help: http://www.allimagefiles.com
kids is offline
Reply With Quote
View Public Profile Visit kids's homepage!
 
When You Register, These Ads Go Away!
     
Old 03-19-2007, 03:27 AM Re: Why my site dont work on IE and Opera?
vectorialpx's Avatar
Super Talker

Posts: 128
Name: irimia octavian
Location: Romania
it's a valid web but i can-t see the closed body tag and i can see some TD problems in the source... but... that's very weird!
__________________
my photos, my website, creation lab
vectorial pixel web services :: and, sorry for my English !
vectorialpx is offline
Reply With Quote
View Public Profile Visit vectorialpx's homepage!
 
Old 03-19-2007, 05:43 AM Re: Why my site dont work on IE and Opera?
kids's Avatar
Ultra Talker

Posts: 271
Quote:
Originally Posted by vectorialpx View Post
it's a valid web but i can-t see the closed body tag and i can see some TD problems in the source... but... that's very weird!
Oh! Thanks.

But I added </body> tag, but nothing happen

Last edited by kids : 03-19-2007 at 07:43 AM.
kids is offline
Reply With Quote
View Public Profile Visit kids's homepage!
 
Old 03-19-2007, 02:56 PM Re: Why my site dont work on IE and Opera?
LadynRed's Avatar
Super Moderator

Posts: 6,403
Location: Tennessee
Doesn't even come close to validating:

Quote:
line 19 column 1 - Warning: <link> element not empty or not closed
line 50 column 3 - Warning: <input> element not empty or not closed
line 49 column 49 - Warning: missing </form>
line 53 column 124 - Error: discarding unexpected </form>
line 97 column 7 - Warning: <marquee> is not approved by W3C
line 101 column 96 - Error: discarding unexpected </td>
line 101 column 106 - Error: discarding unexpected </tr>
line 113 column 51 - Warning: <img> element not empty or not closed
line 113 column 138 - Warning: <br> element not empty or not closed
line 113 column 188 - Warning: <img> element not empty or not closed
line 114 column 25 - Warning: <br> element not empty or not closed
line 114 column 69 - Warning: <img> element not empty or not closed
line 114 column 168 - Warning: <br> element not empty or not closed
line 137 column 3 - Warning: missing </center>
line 138 column 8 - Warning: <br> element not empty or not closed
line 138 column 97 - Error: discarding unexpected </center>
line 177 column 174 - Error: discarding unexpected </td>
line 177 column 179 - Error: discarding unexpected </tr>

Too many errors. Not all warnings/errors were shown.

6 errors / 43 warnings
Fix your coding and your page might display properly.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 03-19-2007, 11:12 PM Re: Why my site dont work on IE and Opera?
kids's Avatar
Ultra Talker

Posts: 271
Hi LadynRed! You can tell me how can i check code like you? My you check it again for me?

Last edited by kids : 03-19-2007 at 11:36 PM.
kids is offline
Reply With Quote
View Public Profile Visit kids's homepage!
 
Old 03-20-2007, 12:38 AM Re: Why my site dont work on IE and Opera?
kids's Avatar
Ultra Talker

Posts: 271
Yeah! Now I can make it display on IE and Opera but I think my 'navi_bar' class is not effected.
Quote:
navi_bar {
...
font-weight:x-small;
...
}
x-small on FF seem to be smaller than x-small on IE. Why?
kids is offline
Reply With Quote
View Public Profile Visit kids's homepage!
 
Old 03-20-2007, 02:02 AM Re: Why my site dont work on IE and Opera?
Banned

Posts: 907
Name: Travel Agent
You're now down to 4 errors and 23 warnings:

Code:
line 47 column 3 - Warning: missing <td>
line 48 column 9 - Warning: discarding unexpected <td>
line 47 column 3 - Warning: missing </form>
line 50 column 124 - Error: discarding unexpected </form>
line 94 column 7 - Warning: <marquee> is not approved by W3C
line 133 column 3 - Warning: missing </center>
line 134 column 97 - Error: discarding unexpected </center>
line 173 column 174 - Error: discarding unexpected </td>
line 173 column 179 - Error: discarding unexpected </tr>
line 35 column 1 - Warning: missing </table>
line 10 column 1 - Warning: <script> inserting "type" attribute
line 35 column 110 - Warning: <img> lacks "alt" attribute
line 38 column 20 - Warning: <img> lacks "alt" attribute
line 40 column 63 - Warning: <table> proprietary attribute "height"
line 50 column 25 - Warning: <input> proprietary attribute "width"
line 50 column 25 - Warning: <input> proprietary attribute "height"
line 65 column 21 - Warning: <img> lacks "alt" attribute
line 90 column 21 - Warning: <img> lacks "alt" attribute
line 91 column 36 - Warning: <table> proprietary attribute "bgcorlor"
line 91 column 81 - Warning: <td> attribute "valign" has invalid value "center"
line 92 column 18 - Warning: <img> lacks "alt" attribute
line 98 column 21 - Warning: <img> lacks "alt" attribute
line 134 column 12 - Warning: <img> lacks "alt" attribute
line 173 column 99 - Warning: <img> lacks "alt" attribute
line 176 column 3 - Warning: <script> inserting "type" attribute
line 184 column 3 - Warning: <script> inserting "type" attribute
line 190 column 21 - Warning: <img> lacks "alt" attribute
travelagent is offline
Reply With Quote
View Public Profile
 
Old 03-20-2007, 02:46 AM Re: Why my site dont work on IE and Opera?
Super Talker

Posts: 124
Name: Chris
Best way to fix your errors is to validate your website.

www.w3.org

http://validator.w3.org/check?verbos...com%2Fhome.php

You can also validate your css if you have any.
__________________
Chris - Trying to help others and learn myself!
http://www.nvision-media.com
ctess is offline
Reply With Quote
View Public Profile
 
Old 03-20-2007, 03:24 PM Re: Why my site dont work on IE and Opera?
LadynRed's Avatar
Super Moderator

Posts: 6,403
Location: Tennessee
I use the HTML Tidy extension for Firefox, as I believe TravelAgent does as well. Very handy tool.

font-weight: x-small -- is invalid, font WEIGHT would be 'bold, bolder...' etc.
You should not use the small, medium, large anyway, use percentages or em's to define text size (no px either !).
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Why my site dont work on IE and Opera?
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.37025 seconds with 13 queries