图像/链接Drupal
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了图像/链接Drupal相关的知识,希望对你有一定的参考价值。
<?php $link = l('<img src="'. base_path().drupal_get_path('theme', 'staig') .'/img/b_oficina.png" alt="Oficina de Ventas">', "oficinas", $attributes); print $link; ?> <!-- CSS --> .block a.boton { background:url("../img/botones.png") no-repeat scroll left top transparent; display:block; height:78px; text-decoration:none; text-indent:-5000px; width:221px; }
以上是关于图像/链接Drupal的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Android WebView 中使用 HitTestResult 获取链接 URL,用于使用 Longclick 链接图像(而不是图像 URL)