django-premailer
django-premailer copied to clipboard
Does premailer work with <link> tags?
It's all in the title. I've tried using premail with a tag but it doesn't seem to work. Any idea?
Do you mean anchor tags in HTML? ( Link )
If so, yes they work fine in my testing of this package. I know you've likely moved on, but the information may help future developers.
@Sheepzez Sorry to ping on such an old issue! But- they mean tags (used to link external stylesheets and stuff). For example:
<link href='styles.css' rel='stylesheet' type='text/css'>
I believe this issue was asking if it would inline styles from externally linked stylesheets like above. I'm also interested in an answer here, since my CSS is in a separate file.