Useful Magazine HTML

Knowledge of and using HTML code is generally not required to use the magazine platform. However, some partners may choose to use simple HTML to have more control over styling of their magazine posts.

HTML Tag Use Parameter Options
<br/> To insert a line break. None
&nbsp; To insert a non-breaking space, replace "standard" space with &nbsp;. This will prevent line breaks between the two words on either side of the &nbsp;. None
<span class="green-txt">Your Content</span> Surround text that you'd like to change the color of with the the <span> tags. Color options to put within class="":
red-txt,
reynolds-red-txt,
orange-txt,
green-txt,
blue-txt,
indigo-txt.
<b></b> or <strong></strong> Use <b> tags when you are bolding text for purely decorative purposes. Use <strong> tags when bolding text to emphasize content. None

Related Topics