It's a great message style, though there's one thing it needs...if you put this into the main css file, it will scale images to fit the bubbles if they're too big:
img {
max-width: 100%;
height: auto;
}
It's more useful than having to drag them into Preview! Other than that, it's fantastic.
# by Aquis on 01/17/08 at 11:53:04
img {
max-width: 100%;
height: auto;
}
It's more useful than having to drag them into Preview! Other than that, it's fantastic.