my website http://koa.planetubh.com doesn't look right on mozilla/firefox, but looks fine on IE. Any reason for this? I tried to use CSS for the website, but as you can see it is extremely messy and I didn't know what I was doing. 
my website http://koa.planetubh.com doesn't look right on mozilla/firefox, but looks fine on IE. Any reason for this? I tried to use CSS for the website, but as you can see it is extremely messy and I didn't know what I was doing. 
Veter posted this at 22:28 — 11th July 2004.
He has: 18 posts
Joined: Jul 2004
First:
Busy posted this at 22:38 — 11th July 2004.
He has: 6,157 posts
Joined: May 2001
You have a lot of faults in your code, things like
validate your code (w3c.org)
The reason it works in IE and not other browsers is because IE guesses what your trying to do where as the other do as you tell it to - you make a mistake, it makes a mistake ...
<?bhb if(broken){ echo("It wasn't me
"); } ?>
Learn HTML the ez way - EzHTML.net
Some people are like slinkies, they dont really serve any purpose but they still bring a smile to your face when you push them down the stairs ...
Script posted this at 22:39 — 11th July 2004.
He has: 69 posts
Joined: Oct 2003
so is that why it doesnt work for mozilla/firefox?
Veter posted this at 22:48 — 11th July 2004.
He has: 18 posts
Joined: Jul 2004
Yuup
Script posted this at 22:49 — 11th July 2004.
He has: 69 posts
Joined: Oct 2003
Doh!
Busy posted this at 05:40 — 12th July 2004.
He has: 6,157 posts
Joined: May 2001
the php footer part should be a question mark not an !
<? or <?php not
adam_1 posted this at 09:42 — 12th July 2004.
He has: 23 posts
Joined: Jun 2004
IE is over forgiving on interpreting HTML where as Mozilla does what you tell it.