I try to manage syntax error but do not know how to fix it inside PHP. It is an error:
.#outlook a{padding: 0;color: #1F497D;}\n"." - Unexpected ": ", expected one of: "}" , " "
and HTML code inside PHP:
" <style type=\"text/css\">\n". " .#outlook a{padding: 0;color: #1F497D;}\n".
Need help how to fix it.
I’m not aware of that syntax… either outlook is an id (#outlook) or a class (.outlook). If outlook acutally is used as both, then this styling needs to be something more like:
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.