【发布时间】:2021-04-22 22:19:11
【问题描述】:
通过查看破折号文档,我看不到任何用于在图像中嵌套超链接的语法或示例。我本质上是在尝试以破折号布局友好的格式实现以下目标(无论它是使用 html 还是 dash-core-components):
<a href="https://www.twitter.com/username">
<img alt="Link to my twitter" src="twitterlogo.png"
width=32" height="32">
</a>
提前感谢任何帮助。
【问题讨论】:
标签: python html plotly-dash