So I typed up some simple html code in text edit and saved it as an html file. However, when I preview it in firefox or safari it only shows the code. I even tried saving the code in word as an html file and it does the same thing.
This is my code...very simple:
<html>
<body>
<h1> Carly Krysak</h1>
<p>Marketing Director</p>
<h2>Frank's Auto Supermarket</h2>
<p>P: 724.430.2000</p>
<p>F: 724.438.5990</p>
<a href="http://tiny.cc/FbWeSpeakCar">Facebook</a>
<a href="www.autosupermarket.com">Website</a>
<a href="www.GrindingGearsBlog.com">Blog</a>
</body>
</html>
I'd like to use this code to create a custom signature for my email so I thought maybe it's just having a problem previewing and I followed the steps to use the code for my signature and it also just shows the html.
This is my code...very simple:
<html>
<body>
<h1> Carly Krysak</h1>
<p>Marketing Director</p>
<h2>Frank's Auto Supermarket</h2>
<p>P: 724.430.2000</p>
<p>F: 724.438.5990</p>
<a href="http://tiny.cc/FbWeSpeakCar">Facebook</a>
<a href="www.autosupermarket.com">Website</a>
<a href="www.GrindingGearsBlog.com">Blog</a>
</body>
</html>
I'd like to use this code to create a custom signature for my email so I thought maybe it's just having a problem previewing and I followed the steps to use the code for my signature and it also just shows the html.