send mail template
Posted: Tue May 26, 2015 5:37 pm
				
				Hi,
I have just downloaded a html template from a campaign site (they should know how to make it super compatible to all the devices and OSs).
Unfortunately, when using it as a fixed file template it complains (warning in the message log) about unknown variables:
This only part of the code in order illustrate.
Now everything seems to work fine but I wonder whether there is a way to avoid this "misunderstanding"
Thanks
Ariel
			I have just downloaded a html template from a campaign site (they should know how to make it super compatible to all the devices and OSs).
Unfortunately, when using it as a fixed file template it complains (warning in the message log) about unknown variables:
Code: Select all
@media only screen and (max-width: 620px) {
  [class=wrapper] {
    min-width: 318px !important;
    width: 100% !important;
  }
  [class=wrapper] .one-col,
  [class=wrapper] .two-col,
  [class=wrapper] .three-col {
    width: 318px !important;
  }
  [class=wrapper] .column,
  [class=wrapper] .gutter {
    display: block;
    float: left;
    width: 318px !important;
  }
Now everything seems to work fine but I wonder whether there is a way to avoid this "misunderstanding"
Thanks
Ariel
