Making your Google docs look prettier

March 25th, 2009

I’m a huge fan of Google docs – especially where several people need to collaborate on a document. But sometimes the formatting capabilities can be a little restricting – margins, line spacing, etc – you have little control over those.

Or so I thought, until this morning I discovered the ‘Edit CSS’ menu option:

With a little bit of CSS you can change the appearance in all sorts of ways. My needs are mostly simple, though.

Similarly, you can edit the HTML in various ways. I needed a line break as opposed to a paragraph break. Right click and you can Insert HTML at Selection. Type <br /> and you’re done.

I hope they teach raw HTML and CSS in schools these days. It’s the punctuation of the future. Not that they teach punctuation any more…

Possibly-related posts:

  • [untitled] OK, in the great CSS debate that’s going on in...
  • S5 S5 is ‘A Simple Standards-Based Slide Show System’. It uses...
  • [untitled] Oh, and talking of Troy, what’s this pronunciation of Menelaus...
  • The Zen of CSS Design. I’ve just been reading a thoroughly enjoyable book on web...

3 Responses to “Making your Google docs look prettier”

  1. Matt Doar Says:

    >Not that they teach punctuation any more…

    “Back in our day, it was uphill both ways with our colons…”

    Anyway, I agree about CSS but what I haven’t found is a really good visual explanation of CSS yet for non-designers. I mostly cut, paste, fiddle and use tools like Firebug to see what’s going on.

  2. Synesthesia » Links roundup for 2009-03-25 Says:

    [...] Making your Google docs look prettier [...]

  3. Phil Boswell Says:

    I have found this invaluable: did you know you can even specify media-specific CSS rules? I use it to make my proofs double-spaced.

    You can also define classes and assign them in HTML: what they haven’t done is give us any way of assigning classes *without* resorting to raw HTML.

    What I haven’t been able to work out yet is what version of CSS the Google-Docs PDF generator implements. I have been able to locate nothing in the rather labyrinthine help system.

Leave a Reply

Powered by WP Hashcash