|
img src border="0" won't work
|
|
08-20-2008, 07:10 PM
Post: #1
|
|||
|
|||
|
img src border="0" won't work
I am putting a captcha on my site, and am displaying the captcha with
Code: <img src="captcha.php" border="0" />I tried <img xsrc="captcha.php" border="0" />, but that didn't work at all. Only the border appeared, nothing else. |
|||
|
08-20-2008, 07:10 PM
Post: #2
|
|||
|
|||
|
RE: img src border="0" won't work
you gotta try something like this:
<img src="captcha.php" alt="Verification code" width="50" height="24"> Warm Regards, Website Design India Submit Free Links Website Design Faridabad |
|||
|
« Next Oldest | Next Newest »
|





