How would I fix this?

Hello, I am having difficulty with the highlighted lines. The main div adds space between the next td element. how would I make the td tag cover the whole page, like it did before I added the highlighted lines. Appreciate any help but please don't just say 'restart from scratch'....
Full index file download: http://s000.tinyupload.com/?file_id=38700142668575476144
Recent Uploads
Recent UpdatesJanuary 8th, 2015  |  Awards  |  Events  |  Videos  | 
Obamacare turns five. Obama has announced that Health care reform is fundamentally improving the old system, making insurance coverage more accessible and affordable than ever before. Obama has on March 23rd 2015 signed the Affordable Care Act into law, the last five years have marked great change and now "There are many Americans who, with this law, are alive today."           
Random Quote
Next Quote >>    
Site Disclaimer
    This site is based upon on a resolution of 1366x768 and perhaps higher, suggested to use Mozilla Firefox. Barack-Obama.US is not responsive and has no offiliation with Barack Obama or his management. All images and content belong to their respective owner, no copyright infringement intended.
Site Information
    Since March 20, 2015    Maintained by Corey    Hosted by The Fan Sites Network
< Back | Return Back to Top | Return to Home >
Copyright CFS Incorporated
Thanks for the help.

Ok I have more time now and can hopefully fix that garbled message I sent earlier along with most of your confusion.
Essentially my problem with tables is as follows:
Recent Uploads
Recent Updates
January....
Obamacare turns five.
Random Quote
(I would like this space to be occupied by Recent Updates)
I would like the Random Quote cell to be directly below Recent uploads and not be affected by the spacing of Recent Updates. I essentially am saying that I would like Recent updates to occupy all spacing on the right without affecting any content on the left. Hopefully this makes more sense.
The Code I used which demonstrates this is as follows (No additional files needed):
<table width="100%">
  <tr>
    <td>Recent Uploads
    <td>Recent Updates
    <p>January 8th, 2015</p>
    <br />
    <p>Obamacare turns five. Obama has announced that Health care reform is fundamentally improving the old system, making insurance coverage more accessible and affordable than ever before. Obama has on March 23rd 2015 signed the Affordable Care Act into law, the last five years have marked great change and now "There are many Americans who, with this law, are alive today."</p>
    </td>
  </tr>
      <td style="width: 460px;padding-top: 50px;border-top:1px solid #3D3D3D;">Random Quote</td>
</tr>
</table>
And apologies for the earlier rushed message, which I would like to be disregarded.
Thanks for the help.

Similar Messages

Maybe you are looking for

  • Problem with quality and usage of 865PE Platinium motherboard?

    :hypecrite: hello everybody i just wanted to ask how to use The Core Center with my P4 865PE Platinium motherboard and wanted to ask about the fact of its quality as it does not have any warrenty as intel 865PE has of 3 years in Pakistan this motherb

  • Cancel Menu item is alwasys disabled in some A/P windows

    The 'Cancel' Menu item is alwasys disabled in some A/P windows even when the transaction is open or closed.  My question is since I am very limited in the business process knowledge for cancel procedure in those windows: Is the Cancel (Data->Cancel)

  • Auto resolve not working for cached outlook

    We recently migrated from Exchange 2007 to 2010. One thing we have noticed is that auto resolve (to alias name) is not working for Outlook in cached mode.  Not in cached mode or via owa, it seems to work fine.

  • Confusion with chapters vs. sections

    Reviewing the InDesign support documents, I found this: "You can add a chapter number variable to your document. Like page numbers, chapter numbers can be updated automatically and formatted and styled as text. A chapter number variable is commonly u

  • Convert-ToSecureSting ampersand issue powershell

    I have the following code -  $Password = 'Test&&' $securePassword = ConvertTo-SecureString $Password -AsPlainText -Force $cred = New-Object System.Management.Automation.PSCredential($userName,$securePassword) Add-AzureAccount -Credential $cred I am u