Archive

Posts Tagged ‘gmail’

Interesting advertising tactic

November 30th, 2007

This ad popped up today in the “Sponsored Links” pane in gmail – it was next to a thread in which barbecued meats were being discussed.
goveg
Do they really think they’ll be able to convince people to become vegetarian via an ad placement?

general , ,

Monospaced font in Gmail

October 1st, 2007

This is primarily for my own reference. To get a monospaced font in gmail, add this to your firefox userContent.css file:

div.msg div.mb {
font-family: monospace !important;
font-size: 12px !important;
}

textarea.tb {
font-family: monospace !important;
font-size: 12px !important;
}

td.ct {
font-family: monospace !important;
font-size: 12px !important;
}

general , , ,