Browsing "Older Posts"

Browsing Category "deprecated"
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.

background-position: <data:backgroundPositionStyleStr />;

Is the equivalent of

background-position: <b:eval expr='data:blog.locale.languageAlignment' />;

backgroundPositionStyleStr

By Quốc Bình →