【发布时间】:2023-03-21 04:49:02
【问题描述】:
在我的表格中,我正在尝试更改字体大小。我尝试在标签中添加字体大小,将其添加到 Myposts 类的 CSS 代码中,但没有任何效果。如何更改字体大小?
<table width="100%" border="0" class = "Myposts"; align="center" cellpadding="3" cellspacing="1" bgcolor="#686868 " >
<tr>
<td width="6%" align="center" bgcolor="#505050 " ><strong>#</strong></td>
<td width="53%" align="center" bgcolor="#505050 "><strong>Job Description</strong></td>
<td width="15%" align="center" bgcolor="#505050 "><strong>Views</strong></td>
<td width="13%" align="center" bgcolor="#505050 "><strong>Replies</strong></td>
<td width="13%" align="center" bgcolor="#505050 "><strong>Date/Time</strong></td>
</tr>
【问题讨论】:
标签: php html css fonts html-table