如何檢視 HTML 代碼?
為了避免郵件預覽於收件匣或行動裝置顯示錯誤, Benchmark 系統可以讓用戶檢視文字區塊或其他區塊的代碼,只是有一點需要特別注意,並非所有區塊都能檢視代碼,若你要檢視代碼,只要點選區塊工具列中的來源碼按鍵即可看到代碼。
拖曳式編輯器 5 九月, 2019
Most frequently asked Editor questions
How do I remove an underline from a hyperlink? How do I change my font color? How do I align my images in a row? What do I need to know about using my own, custom HTML email? How do I personalize my email to display my contact's first name using HTML? How do I add custom fields in the body of my email using HTML? How do I make a custom field a hyperlink using its URL that's also a custom field? How do I send the same email with unique content for each recipient? How do I change the color of my bulletpoints? Why am I experiencing formatting issues? How do I remove an underline from a hyperlink? Click the Pencil icon for the section you'd like to insert your hyperlink Insert the text or URL Highlight the text Select the Link icon Enter in the URL (be sure to copy over the pre-populated http:// if you've already copied that portion Click Update Select the blue HTML button at the bottom right of the floating toolbar Locate the URL associated to the text. In the example below, http://www.benchmarkemail.com/ExtPricing. <a href="http://www.benchmarkemail.com/ExtPricing">Benchmark Email Pricing Plans</a> Immediately following the closing quote, enter in the following code style="text-decoration:none;" like so: <a href="http://www.benchmarkemail.com/ExtPricing" style="text-decoration:none!important;">Benchmark Email Pricing Plans</a> Click Save & Close Top How do I change my font color? Click the Pencil icon in the section containing the text you'd like to change the color of Click on the blue HTML button located at the bottom right of the floating toolbar Locate the first word of the respective line and edit the color number prior to it In the below example, I would replace #fc6462 with my desired color number or name to change the text color to "What extra features does Benchmark Email offer?" <span style="color:#fc6462;">What extra features does Benchmark Email offer?</span> Top How do I align my images in a row? Click on the Pencil icon of the section you'd like to place your images Click on the blue HTML button located on the bottom right of the floating toolbar Copy the code below and paste it over the existing code in the HTML window (Please note that this action will replace all existing content within the section): <table width="100%"> <tr> <td> image 1 </td> <td> image 2 </td> <td> image 3 </td> </tr> </table> You should have as many rows of <td> image # </td> as you do images. Since there are 3 lines of this code above, what has been provided is preparing you to insert 3 images. Add and remove accordingly. Click Save & Close You should see, the text Image 1, Image 2 and Image 3 in the section Highlight Image 1 Click on the Image icon under Insert Additional Elements Select your desired image within the Image Gallery window Click Insert Resize the image as needed (Important note: Template width maximum is 600 pixels) Repeat steps 7 through 11 for Image 2 and Image 3 Select each image and select the Align center button from the floating toolbar Click Save Top What do I need to know about using my own, custom HTML email? If you'd like to insert content in a tabular format, this should be done in tables rather than spacing in between 2 columns. Many email clients will ignore CSS unless it's used Inline. Because of this, we recommend that you code your emails using in-line CSS only. Avoid copying text and/or images from an external source such as MS Word and pasting it directly into Benchmark Email's Editor. Instead, paste it into Notepad first, and then transfer it from Notepad into Editor. Your email content should consist of 60% text and 40% images (best practices). Avoid nesting unwanted duplicate tags to the content. Avoid using scripting in the code. Avoid the use of <p> tags. Instead, use <br> tags as <p> tags may result in spacing issues when viewing from various email clients. Avoid using background images in your email as most email clients block them for security purposes. Design your emails to meet the 600 x 800 standard. Top How do I personalize my email to display my contact's first name using HTML? If you're experiencing difficulties personalizing your email using our Tools (http://www.benchmarkemail.com/blogs/detail/benchmark-email-new-feature-add-personal-greetings), an alternative solution would be via HTML: Click the Pencil icon in the section you'd like to start your greeting Highlight and delete the placeholder text Insert your greeting: "Hi," "Dear," "Greetings," etc. Click on the blue HTML button located at the bottom right of the floating toolbar Locate your greeting Copy and paste the following code one space after your greeting: [contact_attribute:firstname] Click Save & Close The code will be visible within the section but will display accordingly (s
範本與編輯器 5 九月, 2019
我可以更改問卷調查預設的字體和顏色嗎?
你可以在編輯過程的第三步驟中,調整問卷調查的顏色、字體和對齊格式。問卷調查的編輯器在螢幕的左手邊。 編輯器中有兩個區塊: 標題抬頭格式選項 文字格式選項 標題抬頭格式選項: 在這個區塊中你可以: 更改Logo的對齊方式。 更改字體、字型、顏色和背景顏色,和問卷調查標題的對齊方式。 文字格式選項: 在這個區塊中你可以: 更改問卷調查標題的字體、字型、顏色和對齊方式。 更改問題和答案的字體、字型、顏色和對齊方式。 更改標題和問題/答案區塊的背景顏色。 更改"Submit Survey"按鈕中的文字。 一旦完成編輯,記得點選[儲存]以保留你所做的變更。
問卷調查及線上票選 7 八月, 2018
What does the Clear Styles button do?
The Clear Styles button will delete any text formatting from the block or selection you are editing. This includes any colors, fonts, and text size changes that have been made. You will see this button in the toolbar while you are editing a block of the email campaign.
範本與編輯器 6 九月, 2019
為什麼Benchmark Email中的字型和字體選項有限制?
Benchmark Email系統中可用的字型和字體是所有操作系統平台通用的。使用通用字型可以確保電子報在收件人信箱中,長得跟你設計的一模一樣。 請注意:如果你想要使用特殊字型,請記得並非每個操作系統都能辨識。這會讓呈現的電子報跟你的原始設計有所差異。
範本與編輯器 7 八月, 2018
為什麼我沒有收到我的RSS電子報?
首先,請檢查您的RSS電子報功能是否開啟。 若沒有新增的內容,RSS電子報並不會發送出去,您可以透過檢查RSS Feed的"lastBuildDate"或"pubDate"屬性來驗證。 例如: <?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <channel> <title>Benchmarkemail Blog</title> <link> http://www.benchmarkemail.com/blog/feed </link> <description>Email Marketing Services - Create and send bulk HTML email campaigns & online surveys w/ Benchmark</description> <pubDate>Mon, 03 May 2010 08:43:09 GMT</pubDate> <item> <title><![CDATA[Pointers for Those Who Prefer to Write Their Own Html Code]]></title> <link>http://www.benchmarkemail.com/blogs/detail/pointers-for-those-who-prefer-to-write-their-own-html-code</link> <pubDate>Mon, 03 May 2010 08:43:09 GMT</pubDate> <description><![CDATA[When you create and send an email, plenty of factors determine whether your email makes it to the inbox.]]></description> <guid isPermaLink="false">http://www.benchmarkemail.com/blogs/detail/120</guid></item> </channel> </rss>
RSS 2 八月, 2019