为什么这个HTML页面不起作用?

时间:2015-09-28 22:50:01

标签: html css

我无法弄清楚为什么只显示此代码中的顶部和底部表格。中间的PDF存在,没有显示任何类型的错误,PDF只是没有显示在页面上。有什么想法吗?

<h1>Continuing Education</h1>
<table id="tblouter">
  <tr>
    <td id="bordernone_aligncenter" rowspan="2" width="200">
      <img src="images/random/LauraMortimer.jpg" alt="Laura Mortimer" width="170" height="250"/>
    </td>
    <td id="bordernone_aligncenter">
      <b>
        Introduction to Conversational ASL for Dental Professionals<br>
        Wednesday, October 7 from 6 – 9 p.m.<br>
        Location TBD
      </b>
    </td>
  </tr>
  <tr>
    <td id="bordernone_alignleft">
      <b>Laura Mortimer</b>, BEI II interpreter, graduated from Mott Community College’s Sign Language Interpreter Education program and has been employed as an educational interpreter, video relay interpreter, freelance interpreter, agency coordinator, and instructor. As an instructor, she prepares aspiring ASL/English interpreting students for the language demands and environmental challenges that will be faced as certified interpreters.<br>
      <br>
      <b>Course Overview:</b>
      <ul>
        <li>Discuss possible misconceptions about the language
        <li>Learn how to work with deaf/hard of hearing patients in the office
        <li>Practice basic signs and greetings
      </ul> 
    </td>
  </tr>
</table>
For more information contact us through our facebook page:<br>
<a href="https://www.facebook.com/groups/GDDAS/" target="_blank">Genesee District Dental Assistants Society</a><br>
<br>
<br>
<table id="tblouter">
  <tr>
    <td id="bordernone_aligncenter">
      <embed src="images/random/MOM20151024.pdf" width="900px" height="1150px">
    </td>
  </tr>
</table>    
<br>
<br>
<table id="tblouter">
  <tr>
    <td id="bordernone_aligncenter">
      <embed src="images/random/MOM2015.pdf" width="900px" height="1150px">
    </td>
  </tr>
</table>

1 个答案:

答案 0 :(得分:2)

尝试更改您的第一个表ID&#34; tbleouter&#34;并且还改变了第一个td id&#34; bordernone_aligncenter&#34;的名称。在你的html和css中。