图像/链接Drupal

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了图像/链接Drupal相关的知识,希望对你有一定的参考价值。

  1. <?php
  2. $attributes = array('attributes' => array('title' => t('Oficina de ventas.')), 'html' => TRUE);
  3. $link = l('<img src="'. base_path().drupal_get_path('theme', 'staig') .'/img/b_oficina.png" alt="Oficina de Ventas">', "oficinas", $attributes);
  4. print $link;
  5. ?>
  6.  
  7. <!-- CSS -->
  8. .block a.boton {
  9. background:url("../img/botones.png") no-repeat scroll left top transparent;
  10. display:block;
  11. height:78px;
  12. text-decoration:none;
  13. text-indent:-5000px;
  14. width:221px;
  15. }

以上是关于图像/链接Drupal的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Android WebView 中使用 HitTestResult 获取链接 URL,用于使用 Longclick 链接图像(而不是图像 URL)

在VueJS中使用'require'显示图像时如何保存图像链接?

Gallery.php 链接图像

样式化图像链接焦点

损坏的图像链接的图像占位符?

如何从链接下载图像?