html input button text -


what want include small table display text on button.

my button set 15% of screen width , 25% of height various other styling features done using css.

assuming can't done, suggest alternative can investigate please?

many in advance.

i tried code w3c validator html 4.01 strict doctype:

<button>     <table>      <tr>         <td>submit</td>      </tr>     </table> </button> 

and valid.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -