RE: HTML button as hyperlink

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[snip]
Hoped that this is the best list , I had my problems got solved under
PHP always here , so mailed request to it.
[/snip]


You're correct, this is the best list...but off-topic is still
off-topic. The answer that ou seek is BASIC HTML ...

<a href="foo.php"><img scr="foo.jpg" alt="Foo - Get Some!" border="0"
width="69" height="69"></a>

width and height are optional. To make this PHP

echo "<a href=\"foo.php\"><img scr=\"foo.jpg\" alt=\"Foo - Get Some!\"
border=\"0\" width=\"69\" height=\"69\"></a>";

Now, don't do it again....

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux