It's been a long time since I've done HTML.
Just trying to get a simple signature file working so that an every day user can edit the file to put their name, title, and address in without messing up the html formating.
I'm not even sure how to get the variables to work either.
example in code format.
<html>
<!--
ONLY Change the information between the quotes
for the next 3 lines
-->
name="Bob Jones"
title="Sales Rep"
phone="123-456-7890"
<!-- DO NOT EDIT BELOW THIS LINE -->
<body>
<style bla bla bla>
%name%
%title%
%phone%
</style>
</body>
</html>
Just trying to get a simple signature file working so that an every day user can edit the file to put their name, title, and address in without messing up the html formating.
I'm not even sure how to get the variables to work either.
example in code format.
<html>
<!--
ONLY Change the information between the quotes
for the next 3 lines
-->
name="Bob Jones"
title="Sales Rep"
phone="123-456-7890"
<!-- DO NOT EDIT BELOW THIS LINE -->
<body>
<style bla bla bla>
%name%
%title%
%phone%
</style>
</body>
</html>