Unusual things happening after inserting table!

Unusual things happening after inserting table!

by Fariha Afgan -
Number of replies: 0

I hope this query is in the right place, apologies if not. 

I am having an issue with a webpage that I have created as part of a course.  I have attached a screenshot. 

For whatever reason, the creation of a table seems to have messed with our moodle theme (I do not have access to the CSS files associated with this). 

There is now a random table on the top right!  Please see attached, I would really appreciate some help quite soon!  I have also pasted my HTML from the webpage below.

Many thanks,

Fariha

<title>Foundations Menu Page</title> <style type="text/css"> td {width:150px; height:150px; text-align:center; border-style:solid; border-color:black; border-width:1px; } </style>
<h1 style="text-align: center;">Foundations Course Overview</h1>
<p>Click on one of the links below to begin. Please note that the week areas will only become available when released by the module leaders. You will not be able to view these until the appropriate date. <br /></p>
<table bgcolor="lightgray" style="margin: auto;"> <tbody>
  <tr>
    <td>
      <h2> <a href="http://scanar.royalmarsden.nhs.uk/moodle183/mod/resource/view.php?id=11420">Pre-course Information and Activities</a></h2>
    </td>
    <td>
      <h2><a href="http://scanar.royalmarsden.nhs.uk/moodle183/mod/resource/view.php?id=11410">Week 1</a></h2>
      <h2> </h2>
    </td>
    <td>
      <h2><a href="http://scanar.royalmarsden.nhs.uk/moodle183/mod/resource/view.php?id=11413">Weeks 2 - 3</a></h2>
    </td>
  </tr>
  <tr>
    <td>
      <h2><a href="http://scanar.royalmarsden.nhs.uk/moodle183/mod/resource/view.php?id=11414">Weeks 4 - 5</a></h2>
    </td>
    <td>
      <h2><a href="http://scanar.royalmarsden.nhs.uk/moodle183/mod/resource/view.php?id=11415">Weeks 6 - 7</a></h2>
    </td>
    <td>
      <h2><a href="http://scanar.royalmarsden.nhs.uk/moodle183/mod/resource/view.php?id=11416">Week 8</a></h2>
    </td>
  </tr>
  <tr>
    <td>
      <h2><a href="http://scanar.royalmarsden.nhs.uk/moodle183/mod/resource/view.php?id=11378">E-Books</a></h2>
    </td>
    <td>
      <h2><a href="http://scanar.royalmarsden.nhs.uk/moodle183/mod/resource/view.php?id=11421">Discussion Forums</a></h2>
    </td>
    <td>
      <h2><a href="http://scanar.royalmarsden.nhs.uk/moodle183/mod/resource/view.php?id=11419">Assignment Information</a></h2>
    </td>
  </tr>
  <tr>
  </tr></tbody>
</table>
<h3 style="text-align: center;"><a href="http://scanar.royalmarsden.nhs.uk/moodle183/" title="Front Page">Back to SCaNaR Front Page</a></h3>
<h3 style="text-align: center;"><a title="Home Page" href="http://scanar.royalmarsden.nhs.uk/moodle183/course/view.php?id=274">Back to Foundations Home Page</a><br /></h3>
<h3><br /></h3> <br />

Attachment PrintScreen - Foundations Menu.GIF
Average of ratings: -