Added the border=0 for jengo.

This commit is contained in:
skeeter 2001-08-04 02:10:48 +00:00
parent 57e6d83b3c
commit 11ebee5fa9
5 changed files with 17 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<td width="2%" align="{align}">
<form method="POST" action="{action}">
{hidden} <input type="image" src="{img}">
{hidden} <input type="image" src="{img}" border="0">
<form>
</td>

View File

@ -0,0 +1,5 @@
<td width="2%" align="{align}">
<form method="POST" action="{action}">
{hidden} <input type="image" src="{img}" border="0">
<form>
</td>

View File

@ -0,0 +1,5 @@
<td width="2%" align="{align}">
<form method="POST" action="{action}">
{hidden} <input type="image" src="{img}" border="0">
<form>
</td>

View File

@ -0,0 +1,5 @@
<td width="2%" align="{align}">
<form method="POST" action="{action}">
{hidden} <input type="image" src="{img}" border="0">
<form>
</td>

View File

@ -1 +1 @@
<td width="2%" align="{align}"><img src="{img}" border="0" width="12" height="12" alt="{label}"></td>
<td width="2%" align="{align}"><img src="{img}" border="0" width="12" height="12" alt="{label}"></td>