Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Ross Hanney

    (@rosshanney)

    Hello,

    No, that’s not possible, I’m afraid. Sorry!

    Thread Starter avirosenberg

    (@avirosenberg)

    Thanks for your response. Then is it possible to insert an image (icon) into the grid as an indication of an event?

    Plugin Contributor Ross Hanney

    (@rosshanney)

    The plugin adds a `.gce-has-events’ class to the calendar table cells that contain events.

    You could use a little CSS to display an image in these cells. Something like this, perhaps:

    .gce-has-events {
    	background: url('path/to/image.png') 0 0 no-repeat;
    }
    Thread Starter avirosenberg

    (@avirosenberg)

    Great, thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘google gadget’ is closed to new replies.