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

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

Android Gson.fromJson error -