Quote:
|
Originally Posted by hongkong
I would not make an entire page out of layers because the layers can move around on the browsers, have some pixelation and other problems, tables are very concrete.
hong
|
/\
Wrong (sorry).
Something you should know. Tables are not for layout anymore, they are for tabular data only. W3C has actually changed the standard with xhtml 1.0.
It's advisable that you look into making all of your code W3C compatable.
Things like <b>, <i>, <font>, and some attributes of almost EVERY html tag have been eliminated.
If you want to make web-designs in the next couple years you had better get a handle on xhtml and CSS (especially div and span).
All of this is according to my Production and Design course so don't try and fault me on it.
(karinne has the right idea)
Last edited by collyer_1; 02-16-2006 at 07:29 PM..
|