RE: What do you think?
No seriously, you are using tables for layout. Which is utterly wrong. HTML is content, CSS is presentation and JS is behaviour, do NOT mix them.
Tables are exclusively for tabular data. And a layout is NOT tabular data.
W3C gave you <div> and <span> tags for styling generally unstyled elements. Using CSS of course. If you want to be a real webdesigner, you'll have to learn the difference and live by those rules.
If not, then I will never be impressed by your design.
|