jquery - Table structure change To Responsive? -


i have used code table view how change div tag style ? want change table structure in responsive ? how change idea? can use style inside of table tag ? have tired in div tag not working ? idea how change structure full responsive ??

<table border="1" id="login" cellpadding="4" cellspacing="0">  <tr>          <td align="right"><font face="verdana" size="2"><b>organization id:</td>          <td><input type="text" name="org_id"></td>        </tr>  <tr>          <td align="right"><font face="verdana" size="2"><b>username:</td>          <td><input type="text" name="uname"></td>        </tr>        <tr>          <td align="right"><font face="verdana" size="2"><b>password:</td>          <td><input type="password" name="pwd"></td>        </tr>        <tr>          <td colspan="2" align="right"><input type="image" src="images/login.png" border="0"></td>        </tr>      </table>      </form>  

set table width in percentage

table{    width:100%;    }


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -