In article
<23ab6fc7-645b-4a4e-b2c3-2ea8ca49cc1a@d23g2000yqc.googlegroups.com>,
> On Dec 1, 4:20 pm, Harlan Messinger
> <hmessinger.removet...@comcast.net> wrote:
[quoted text clipped - 20 lines]
> Can CSS includes be moved after the <body> tag or does this break the
> validation rules?
Why not just take the easier route, and send an e-mail containing a
short explanatory note and a link to the web page instead? That way,
you avoid the issue of styles altogether, and you also avoid wasted
effort when sending to folks like me who have html rendering disabled
in their mail client!
(There is another way to style html e-mails, but that involves
setting style="..." on the relevant html bits in the body. Still
wouldn't work in my mail client, though)
donpro - 02 Dec 2008 18:10 GMT
> In article
> <23ab6fc7-645b-4a4e-b2c3-2ea8ca49c...@d23g2000yqc.googlegroups.com>,
[quoted text clipped - 33 lines]
> setting style="..." on the relevant html bits in the body. Still
> wouldn't work in my mail client, though)
A link wouldn't work as the information I am copying and pasting is
dynamic content hence the result of choices made earlier on previous
pages. The information would also be sent only to selected
individuals ad so rendering HTML in their HTML client would be a
necessity. I guess I began this thread as when copying a web page
designed without CSS, all worked more or less OK.
Thanks,
Don
David Stone - 02 Dec 2008 18:51 GMT
In article
<edcdac43-123f-4a3f-8dfe-8a45a609d50e@y18g2000yqn.googlegroups.com>,
> > In article
> > <23ab6fc7-645b-4a4e-b2c3-2ea8ca49c...@d23g2000yqc.googlegroups.com>,
[quoted text clipped - 17 lines]
> necessity. I guess I began this thread as when copying a web page
> designed without CSS, all worked more or less OK.
So then you appear to be stuck with using things like
<div style="...">blah</div>
Either that, or generating a pdf from the dynamically
generated page and sending that instead. Details would vary
depending on your platform, OS, and what you are using to
generate the dynamic content. Also, a little outside my
area of expertise (other than selecting "Save as pdf" in
the print options under Mac OS X!) but there ought to be
html-to-pdf utilities for most common platforms?