HTML weirdness

I’ve been modifying html pages for an email we want to send out, but my goooodness, that file’s big. I’ve added up the sizes of the pictures included, and their only about 20k. The file size when sent as an email is 47k.

Where did the rest of that come from, maybe?

You want to send a web page? Why not just link it? Html is a language the browser uses to display a web page. Most email programs don’t use a browser.

I tried to convince you last time you asked a question about this, not to send out HTML e-mails. I got an e-mail tonight which shows up on my mail program (Forte Agent under Windows) as two lines of text, followed by three attachments: an HTML attachment, a JPEG, and a MIDI file, which total 70 Kbytes for a two-line note. When I get stuff like this, I get the impression that the person who sent it is an idiot.

I think the SMTP protocol is to blame there. Anything sent by Email gets inflated. This is a relic from when packets were dropped all over the place. The protocol has redundancy built in it so it could correct those dropped packets.

When you e-mail pictures they get encoded as either a UUE file or a B64 file, either one of which is bigger than the original file. But not that much bigger. The encoding must account for some of your problem. The rest of your problem is sending out an e-mail like that. You should listen to the other people in this thread about that.