Full CSS support in Google Docs
Productivity method:
Google DocsApplication:
Method IndependentTags:
css, formatting, Google, html
Google Docs has implemented a much awaited feature, the full use of CSS in documents. This essentially means that those of you versed in CSS can create great looking documents instead of black, white and grey ones.
Color and some format options were already available of course, but you can now specify borders, you can add divs with styling, create different types of lists in seconds. Since all this is implemented in CSS, you can just specify different classes for different types of content and then encase the specific contents in divs.
This means you will format your document once, which will take you 10 minutes, and after that formatting a whole blog of text will only take about 2 sends. Considering you may want a border, a different font, a different background color and font color, and underline and so on, this is a huge productivity jump.
You can also edit the html, so essentially Google Docs has become a HTML editor with a WYSIWYG option. Tihs is awesome in my opinion, I now have full control over the visuals of my documents, making me much more likely to use Docs instead of Word for example.















Do you use some tool like Photoshop or an online color picker to choose your HTML colors? We use things like #ffffcc and #454545, who knows what these are and what they are doing here eh? Well as you will see hexadecimal is not that complicated at all, let’s take a look.
While I was updating the look of my blog I found N
If some of you are into tweaking your sites and blogs you may dabble in CSS sometimes. If you want to be all productivity about it, I suggest you “learn” CSS shorthand. Not that there’s too much to learn, it’s just basically a way of writing less inside the file, to make it smaller, hence load faster, hence offer a better user experience.

While browsing through some info on official css specs and best practices, I came across a cool feature on the W3C homepage. They have a tool that lets you view four sites with eight different core stylesheets. You can also view the pages without styling, or you can take a look at just the style source.