<table width="700px" cellspacing="0" cellpadding="0" border="1" style="border-collapse:collapse;">
<tr>
<td width="110" height="30" style=" font-size:12px; text-align:center;">文章标题</td>
<td width="590"><asp:TextBox ID="Tb_Title" runat="server" Width="300px"></asp:TextBox></td>
</tr>
<tr>
<td style=" font-size:12px;text-align:center;">文章内容</td>
<td><FCKeditorV2:FCKeditor ID="FCK_Content" runat="server" Width="590px" Height="400px" BasePath="FCKeditor/">
</FCKeditorV2:FCKeditor>
</td>
</tr>
<tr>
<td colspan="2" style=" font-size:12px;text-align:center; height:40px; line-height:40px;"> <asp:Button ID="Btn_Submit" runat="server" Text="发布文章" OnClick="Btn_Submit_Click" />
<asp:CheckBox ID="CheckBox1" runat="server" AutoPostBack="True" Text="远程上传图片" OnCheckedChanged="CheckBox1_CheckedChanged" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
|