5
I often need to develop templates for sending emails. But in some cases use the tag style
to make style settings does not work. Thus, it is necessary to define the style values for inline elements.
For those who do not understand what is "inline", it would be like this:
<div style="background-color: red">
<h1 style="text-align:left">Olá, mundo</h1>
</div>
So if I needed to make one then hover
, which is usually done by tag style
or by an external css document, there would be some way to do it inline?
I know it is possible to do with Javascript, but would probably also be blocked by email.
There is then some way to define a hover
, active
, visited
and etc via inline style definition?
I just wanted to answer nay, but the site does not allow it. p
– Randrade