Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

create a template

Status
Not open for further replies.

shresthaal

Programmer
Jun 8, 2005
62
US
i want to create a template for html page that i want to send out through email i want a placeholder for the name of the person for example

<html>
<body>
You are invited to a party: [placeholder for name]<br>
</body>
</html>

now if i want to change the name to the name of the person that i am sending the email to what is the correct html syntax to replace the "[placeholder for name]"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top