1. 程式人生 > >html中表格內容居右的寫法

html中表格內容居右的寫法

style='text-align:right'

eg:

                    <tr>
	 					<th style='text-align:right'>所屬機關</th>
	 					<td>
	 					<input class="easyui-validatebox" readonly="readonly"
						name="belong_office" id="belong_office"
						 />
	 					</td>
	 					<th style='text-align:right'>上級機關</th>
	 					<td>
	 					<input class="easyui-validatebox" readonly="readonly"
						name="higher_office" id="higher_office"
						 />
	 					</td>
					</tr>