Jump to content

Please Help Me Right-justify This Cell


niche

Recommended Posts

Please see the comment in in my code. How would you do it?

<div style='width:400px; margin-left:auto; margin-right:auto;'>  <table cellspacing="10" border="2">    <form action="" method="post">   	  <tr> <!--How do I get this cell to right justify without the align attribute which has been depreciated?-->        <td align="right">          Login Email:        </td>        <td>          <input size="24" type="text" name="firstname" />        </td>      </tr>      <tr>        <td>         Login Password:        </td>        <td>          <input size="24" type="text" name="firstname" />        </td>      </tr>	  </form>  </table></div>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...