Quote:
Originally Posted by Emil
(1) we have very specific sizing requires for our website (a minimum width, a maximum width, some columns are fixed width while others are variable width, etc) which might actually be harder to implement with css so that all browsers (mainly IE6, IE7, and firefox) behave the same way.
|
Use the css properties min-width, max-width, and as for the fixed width/variable width, those are easy. simply set fixed widths to how many pixels you want, and variable widths to a percentage, or just don't define it!
Its a little tricky but it works.
Quote:
Originally Posted by Emil
(2) We have a lot of people working on the website and most of the new students are just learning how to write XHTML and it will be a while until they also understand CSS.
|
I remember when i learned xhtml

There was a lot of sugar and chocolate involved.
Quote:
Originally Posted by Emil
Everyone uses whatever they like most. I personally like to use Macromedia Dreamweaver because it supports both HTML and PHP. I occasionally use Microsoft Visual Studio and Microsoft Frontpage 2003 (don't use earlier versions because they are horrible). Often times, i just edit the website in notepad or through an online file manager.
|
I use dreamweaver as well, it really speeds up development. With it you can script without worrying about syntax errors or looking up function syntax... Just concentrate on finding a solution to the problem, and making sure the code works. Now if windows didn't crash every other day...
Quote:
Originally Posted by Emil
Whatever program I am using, I don't rely much on its WYSIWYG (What You See Is What You Get) view because those are usually very misleading. Your best bet is to learn the XHTML and CSS standards well and try out many things to gain experience.
|
What he said

. It's painful to switch from WYSIWYG if that's all you have used before, but its like opening a fourth dimension to play with.