Category: How To

How to convert an email list to clickable email addresses in Excel

This is done on Mac office Excel ver.15.31 but I assume the process would be much similar if you on PC and the Excel version isn’t that old.

Follow the menu selection,

Tools–>Macros–>Visual basic editor

 

Then below window will pop up and you just paste the code, update the Column letter where you have the email lists. Highlighted on the image below. Then click the |> button

Using Fontawesome with Genesis themes

If you are wondering how to add Font Awesome fonts to your WordPress theme, this is how:

You’ll need to use the code below in your child themes function.php file

Once that’s done you can simply use icon codes your HTML markup

ex :
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-question-circle-o fa-stack-1x fa-inverse"></i>

Icon codes – http://fontawesome.io/icons/

Powered by WordPress & Theme by Anders Norén