Share This Post:

HTML and Link

hello how are you , I bought broadcastbyemail , I have a question ? if I go to: broadcast > message > edit, what does it mean 1.- plain text file 2.-html file 3.- html base

Well, an html file is a file that has certain markings for the file structure. For example, to show some text as bold, you can describe it as:

<b>some text</b>

To learn more about HTML and the meaning of html base, please google it and you should find plenty of info online. A plain text file is thus a text file without these markings.

in the notepad suppose I want to put a text and within the text I put email (it will show the link) a phone number (it will show a link) , and how about if I want to put a text with a link to unsubscribe. so when people see the message , they would have the key to unsubscribe or remove from my list?

Most email client software automatically change email and web site to a link, so you can click on it. To show an unsubscribe link, you need to type in the link like “http://…” and let the email client software to show the link, or you can create it in HTML file and use the <a href=”…”> to specify the link and text.

Share This Post:

This entry was posted in BroadcastByEmail. Bookmark the permalink.