Re: html and php
- From: "J.O. Aho" <user@xxxxxxxxxxx>
- Date: Mon, 27 Nov 2006 22:11:27 +0100
Gaga wrote:
"Kim André Akerø" wrote in message:
echo <<<EOF
<a href="user_edit.php?id=${row_dbUsers['id']}" style="color: green;
font-size: larger;" mouseover="javascript_function(); return
true;">edit</a>
EOF;
> Sorry to be such pain in the a** but i have small problem when i want to use
> last example with img src.
> It's all the same but now i want to use image as link...
echo <<<EOF
<a href="user_edit.php?id=${row_dbUsers['id']}" style="color: green;
font-size: larger;" mouseover="javascript_function(); return
true;"><img src="./img/image.png" alt="Image missing" title="Edit" border="0"></a>
EOF;
or
echo "<a href=\"user_edit.php?id=${row_dbUsers['id']}\" style=\"color: green;
font-size: larger;\" mouseover=\"javascript_function(); return
true;\"><img src=\"./img/image.png\" alt=\"Image missing\" title=\"Edit\" border=\"0\"></§a>";
//Aho
.
- References:
- html and php
- From: Gaga
- Re: html and php
- From: J.O. Aho
- Re: html and php
- From: Kim André Akerø
- Re: html and php
- From: Gaga
- html and php
- Prev by Date: Re: Watermarking with GD, but a bit different....
- Next by Date: Re: Lost formatting in browser 'view source'
- Previous by thread: Re: html and php
- Next by thread: Re: pre-loader
- Index(es):