Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A script to create HTML tables in Mail' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A script to create HTML tables in Mail
Authored by: Pedro Estarque on May 14, '07 09:46:25AM

Geeklog must have eaten the spaces in the cells, but they are essential if you want to align them. So it should be:

| MacBook | __White___ | USD$ 1,099 |
| MacBook | ___Black___| USD$ 1,499 |
| iPod ___| TouchScreen | ___unknown |



[ Reply to This | # ]
A script to create HTML tables in Mail
Authored by: Dieringer on May 14, '07 10:15:30AM

I've used TextEdit and MS Word to create tables and paste into Mail. Ditto for bullet lists and finer control over formatting.



[ Reply to This | # ]
It's not Geeklog - blame HTML
Authored by: rv8 on May 14, '07 04:55:17PM
Geeklog didn't eat your spaces. If you look at the page source, they are still there. But, multiple spaces in html are collapsed into one space when displayed in the browser.

---
Kevin Horton

[ Reply to This | # ]

It's not Geeklog - blame HTML
Authored by: Pedro Estarque on May 15, '07 07:29:31AM

yes it did, I used the non-breaking space ( &nbsp ) and the preview showed it correctly.



[ Reply to This | # ]