RE: HTML cfmail question

2002-05-01 Thread Craig Thomas
Also remember to use absolute links as opposed to relative. -Craig Thomas __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/co

Re: HTML cfmail question

2002-05-01 Thread BEN MORRIS
In my experience, you want to use the best and safest html you can, and include the tags. Avoid complicated tables and reliance on CSS. Certainly no JavaScript. Groupwise can really mangle messages. Also, use target="_blank" if you can in all of your links. >>> "Jim McAtee" <[EMAIL PROTECT

RE: HTML cfmail question

2002-05-01 Thread Craig Thomas
You need (should) use well formed html for HTML email clients to render the HTML correctly. As with different browser's, different email clients may or may not compensate for mal-formed HTML. -Craig Thomas __ This list and all