LEARN CSS
A must.

If you’re not using CSS, you just might be part of the problem with the Internet today.
Sites are slowly coming to realize that you should never ignore accessibility in favor of looking pretty. This rather important lesson comes at the cost of saving some bandwidth as you remove those stupid, STUPID <font> tags, all those <table>s, replacing it all with CSS, <div>s, and a little time.

Learn how to design without tables, and you’ve won half the war.
(hint: consider adding a couple of links that jump between navigation and content, and hiding them with CSS (display:none). They won’t show in modern browsers, which will use your CSS, but in text browsers, they can jump between content and navigation sections without much work.)



Comments:

how to do vertical without tables?

Tables should be used for tabular purposes, but not for layout.

And yet the designers of CSS left out an improtant bit – how to vertically align something in the middle. In fact, it’s a bit difficult.

With a table, I set 100% for width and height, and set valign and align to middle, and I get something placed in the middle of almost any sized browser window, and you can chagne it’s size and it stays in the middle.

Yet CSS, this seems very very complicated.

Any idea?


Xial has gotten 1 cheer on this entry.

 

I want to:
43 Things Login