Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将图像作为按钮添加到现有的网页文章中。当我单击该按钮时,它必须重定向到另一个页面或 URL。
我在网上搜索过。我没有得到满意的回应。
我也浏览过这个页面。
任何帮助将不胜感激!!!
实际上,我在 joomla 文章中添加了使用编辑代码选项的按钮,方法是插入以下 html 代码。
<a rel="nofollow" href="link_to_be_opened_on_image_click" class="weblink" style="text-decoration:none"> <img border="0" src="source_of_the_image_button.png" alt="Title" title="Title" /> </a>