Yes.is this where I would enter the html code to more or less look as the example?
Substitute in the HTML display of the avatar field. This is done with the below substitution usage.how do I fetch the image variable?
Header and footer are filtered. You likely will not be allowed to use comments like that. You can try the below to see if it'll allow your comments to function.1) when I place my email template html code into the body header/footer - the commented variables for MSO are being stripped which causes the template "gaining" of formatting content targeted at MSO.
So the
Body is already supplied and you can't have a body in a body. Exclude body entirely and just use inline styles.2) similar happens with <body> and <style type="text/css"> => both tags are stripped - however body tag gets removed entirely (with the inline styles) while <style> content remains only tags are gone - that causes to display the content on the email message when user receives it.
That's not how language strings in CB or Joomla work. You can't have a language string in the middle of your content for example. You must translate the entire thing. So for example you'd have the following.3) I mentioned on my other ticket about trying to parse language constants into the template - the <?php > and sourcerer plugin does not help.