Position style ("left" or "right"), depending on whether the blog is RTL.
This is now deprecated, as the old markup can be achieved using the global data:blog.locale.languageAlignment field.
Is the equivalent of
This is now deprecated, as the old markup can be achieved using the global data:blog.locale.languageAlignment field.
background-position: <data:backgroundPositionStyleStr />;Is the equivalent of
background-position: <b:eval expr='data:blog.locale.languageAlignment' />;