Porter Hall in Bainbridge Island is doing 9 things including…

LEARN CSS


 

Porter Hall has written 3 entries about this goal

A Slight Shift in Thinking 4 years ago

CSS is really a much better way of laying out pages than using tables and font tags. It wasn’t that hard for me since I had some experience using XML for layout at my last job, and it’s basically the same concept.

The key to learning this is to forget all those html tags that you use for appearance or position, like the b, i, br, etc. tags. Instead, you tag your content with its function.

A good example of this is the h1 tag. Normally, you would use this for a headline to some text…unless you didn’t like the default look of it, in which case you would use the font tag, bold and or italic tags, and maybe even center it or whatever. With CSS you can describe the precise look for the h1 tag across all of your pages. When it comes time for a redesign, just edit your one style sheet rather than searching/replacing though all of your pages.



Lots of Great CSS Help Out There 4 years ago

I’ve started learning this by first going to Learning CSS Whitespace, which I found over at del.icio.us.com. That page has a list of intros and tutorials. I found Why tables for layout is stupid to be a really good overview of CSS, and now I’m looking at Westciv’s Hands On CSS Tutorial.



Upgrading my web sites 4 years ago

I’ve been using tables to layout my different websites (personal and business). Tables are pretty easy to understand. I hope CSS will be, too.



 

I want to:

The world wants to...

43 Things Login