I am trying to add the images as button into existing article of web page. When I click on that button it have to redirect into another page or Url.

I have searched on net. I didn't get satisfied response.

I have gone through this page too.

Any help will be appreciated!!!

有帮助吗?

解决方案

Actually, I have added the button using edit code option in joomla article, by inserting the following html code.

<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>
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top