|
M
|
mmponline author 6/10/2008 |
|
Any help on this? |
|
|
J
|
Jane 6/10/2008 |
|
Hi, $value = "<a href=\"mailto:".$value."\">".$value."</a>"; |
|
|
M
|
mmponline author 6/10/2008 |
|
I don't get this. |
|
|
J
|
Jane 6/10/2008 |
|
Stephan, $value = "<a href=\"mailto:".$value."\"><img src=\"image.gif\"></a>";
|
|
|
M
|
mmponline author 6/17/2008 |
|
Jane
$value = "<a href=".$value."\"><img src=\"website.jpg\"></a>";
|
|
|
M
|
mmponline author 6/17/2008 |
|
I got the website link to show with the following code in properties - custom: $value = "<a href=".$value."><img src=\"website.jpg\"></a>";
{if $show_FieldName}
|
|
|
M
|
mmponline author 6/17/2008 |
|
Got the block soreted out: border=0 |
|
|
J
|
Jane 6/17/2008 |
|
Stephan, if ($value) $value = "<a href=\"".$value."\"><img src=\"website.jpg\" border=0></a>"; |
|
|
M
|
mmponline author 6/17/2008 |
|
Works 100%, Thanks Jane. |
|