>I use Transitional because Strict wont allow me to even add >my own HTML code to fix something. Transitional is cool but you are not specifying the doctype correctly. You need to add in the URL to the DTD.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> needs to be <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> >and its not worth putting in CSS... > So I have: > <p align="center"> I would argue that this is definitely worth putting in CSS. I'd even go as far as to say that doing what you are doing makes CSS not worth using for a lot of your other stuff. Seriously mate, it will cost you 30 seconds and save you hours later. >Can I use Style="" >In strict? Not sure but I'd strongly advise against using style. ><script language="JavaScript"> Should be <script type="text/javascript"> I would also definitely follow Veine's advice & build in Moz first then test in IE. It is really much easier than doing it the other way around. Get your hands on a copy of Firebird, its actually a really good & nice to use browser. Overall Chris I think you're making some good progress - keep it up. Cheers Mark ------------------ Mark Stanton Technical Director Gruden Pty Ltd Tel: 9956 6388 Mob: 0410 458 201 Fax: 9956 8433 http://www.gruden.com ***************************************************** The discussion list for http://webstandardsgroup.org/ *****************************************************
