Only loading in Firefox |
![]() ![]() |
Only loading in Firefox |
Jun 30 2007, 12:26 AM
Post
#1
|
|
![]() Why don't you make like a hockey player, and get the puck ou ![]() ![]() ![]() ![]() Group: Validating Posts: 167 Joined: Jul 2006 Member No: 434,037 |
My website only loads in Firefox. Does anyone have info on how I can make it work on all browsers.
Website |
|
|
|
Jun 30 2007, 04:27 AM
Post
#2
|
|
|
‹(. .)› ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,367 Joined: Jun 2004 Member No: 20,089 |
yah i remember looking at your source code the other day and saw a couple of errors. no biggy, you can start by validating it:
http://validator.w3.org/check?uri=http%3A%...strikers.com%2F the best way to find the mistake is to organize what you already have. |
|
|
|
Jun 30 2007, 01:10 PM
Post
#3
|
|
![]() Why don't you make like a hockey player, and get the puck ou ![]() ![]() ![]() ![]() Group: Validating Posts: 167 Joined: Jul 2006 Member No: 434,037 |
Ok I got the page to load(not correct though) but theres still some errors that have to be fixed that I don't understand what they mean. please help me out here.
|
|
|
|
Jun 30 2007, 02:05 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 122 Joined: Feb 2005 Member No: 106,057 |
according to the XHTML specification, all tags and attributes are lowercase. your problem with the <link tag should simply be that LINK should be lowercase. Additionally, all tags which don't have a closing tag (like "br" or "link") need to have a (back?)slash at the end. for example, you'd use "<br/>" or "<link rel=... />". Most of your other w3 validator problems are easy errors like that. Also note that all values, including numbers, need to be in quotes according to the w3 specifications. For example, BORDER=0 should be border="0" (note that it's also in lowercase).
You also forgot the </body> and </html> endtags. We'll go along from there--personally I think these small errors probably don't contribute to what's wrong with your page (honestly i can't see what's wrong either, at least in ie7, except that there's no content yet). Everything looks fine in IE7, except maybe the marquee is kinda misaligned. |
|
|
|
Jun 30 2007, 02:40 PM
Post
#5
|
|
![]() Why don't you make like a hockey player, and get the puck ou ![]() ![]() ![]() ![]() Group: Validating Posts: 167 Joined: Jul 2006 Member No: 434,037 |
yeah, thanks. I just have to align the marquee
|
|
|
|
Jul 1 2007, 10:14 AM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 919 Joined: Apr 2004 Member No: 14,856 |
I recommend you looking at your widths. I also suggest that you make it all tableless. If you need help with that; just ask.
|
|
|
|
![]() ![]() |