Sometimes you reach a point where you need to do a little bit of customization and adding a small snippet of HTML is a neat way to spice up a campaign. We do stress the importance of not over-using these html tricks and tips. If you have many style changes to make, a custom style is the way to go.
Also, accuracy counts! Always make sure you're using the html snippets correctly. Proof read, look for typos and test before sending out your email to your subscribers :)
Now, onto the tricks and tips:
The code:
This Will Center My Section Title
What to look out for: Make sure you "close" the tag at the end with a / like this: < / center>
Before (in edit mode):
After (in preview mode):
The code using a color name:
This text must stand out!
Using a hex code: You can select an even more specific color by using the color's hex code. That's a 6 character code that looks like this: #FF0000
You can find a list of codes here, or grab the exact code for a color on your website by using a color picker program.
The code using a color hex code:
This text must stand out!
What to look out for: Make sure you "close" the tag at the end with a / like this: < / span>
Before (in edit mode):
After (in preview mode):
The code:
Big Text!
Adjust the pixel number to change the size of the text. A smaller number makes the font size smaller and a larger number makes the font size bigger.
What to look out for: Make sure you "close" the tag at the end with a / like this: < / span>
Before (in edit mode):
After (in preview mode):
The code:
Verdana text
What to look out for: Make sure you "close" the tag at the end with a / like this: < / span>
Before (in edit mode):
After (in preview mode):
The code:
Some blue text that really stands out!
Before (in edit mode):
After (in preview mode):
The code:
Enter the paragraph here
What to look out for: Make sure you "close" the tag at the end with a / like this: < / p>
Before (in edit mode):
After (in preview mode):