我的电子邮件有一个HTML模板,我想知道它是否可以实现菜单,并且链接重定向到内容的相应部分。
example: imagine the menu is: banna, apple, juice, coke.
and then the content goes: banna etcetcetc, apple etc etc etc...
make each one link to the exact content? thanks..
答案 0 :(得分:0)
不,抱歉。您所谈论的内容需要某种条件,这需要一个脚本。大多数电子邮件客户端都会删除您的<script>
和<link>
代码。除非你想弄清楚像gif sockets这样的服务器端代码,为什么不链接到你可以做任何这些的小网页呢?
评论编辑
现在考虑一下.. hashtag链接会为你工作吗?就像点击一个链接并让滚动条跳到那个位置一样?您可以使用<a name="linktotop">Other link will scroll to this</a>
和<a href="#linktospot">Scroll!</a>
来完成这一点我刚刚在outlook.com和gmail中测试过,它似乎有用。但是对其他客户没有承诺。