There is space I don't want in a <include> frame

I am totally lost. I have not touched website or anything for years, and someone is being insistant that I do this for them. I said thats fine, if they don’t mind something very simple as I try to relearn.

The website is http://www.2thecorebodywork.com

If you look at each page, including the home page, you see that the body of it is dropped far below the header. I cannot for the life of me see why its doing it.

I am using php page and putting the include function

This would be the code for the home page:
[php]

Wecome to 2 The Core Bodywork
  <?php include('newheader.html') ?>  
  <?php include('missionstatement.html') ?>  
  <?php include('footer.html') ?>  
[/php]

and I can not middle page as this is the code for those files:

[code]

Untitled Document

GRAND OPENING
JUNE 4, 2012

___________________________

2 The Core Bodywork Offers:

  • Deep Tissue Massage
  • Mat Pilate's
  • Yoga
  • Flexibility/Stretching Classes
  • Specialty/Lecture Classes
  • Privates Lessons
  • Special Guest Teachers

___________________________

#mc_embed_signup{background:#9999FF; clear:left; font:14px Helvetica,Arial,sans-serif; } /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

Subscribe to our mailing list
  <p class="style2">&nbsp;</p>
</div></td>
<td width="10"><img src="images/spacer.gif" width="25" height="1" /></td>
<td width="615" rowspan="4" valign="top"><img src="images/hollytomalphoto.jpg" alt="Holly Tomal" width="134" height="161" border="0" align="left" /><span class="style3"><span class="style9">2 The Core Bodywork, Inc.</span><br />
  <br />
    <strong>Holly’s Mission:  You're never 2 old to follow your Dream</strong></span>
  <p align="justify">Let me introduce myself. My name is Holly Tomal, LMT. I have been a Licensed Massage Therapist since the day Illinois required all Massage Therapists to be licensed. I graduated from Chicago School of Massage Therapy in 1993 and I am currently a  teacher at Cortiva Institute for Massage. I have had a successful massage business  without a break through all these years. </p>
  <p align="justify">My goal was to someday  have a studio that houses massage and fitness all in one place. I have finally  achieved that goal with &quot;2 The Core Bodywork&quot; opening June 4th 2012. 2TCBW, as we like to call it, will offer many different opportunities for all ages. From  the young athlete, to us aging Baby Boomers and golden guys and gals. Of course we will be featuring Massage. 2TCBW is not a spa. The therapists that I have  hand picked, specialize in Deep Tissue. It can be full body or regional. Either way it is a massage with intent to help you or maintain you.<br />
    <br />
    Along with massage you will be offered Mat Pilates, Yoga and Stretching/Flexibility Classes. 2TCBW will also be having specialty classes and lectures on anything that can improve  yourself. This includes, but not limited to, Belly Ball Dancing to Strictly Plant Based Cooking. I will be putting my touches into the new studio June 1st, 2nd and 3rd. So please stop by and check us out!<br />
    <br />
    We will fulfil your Needs with our Kneads<br />
    <br />
    <img src="images/hollytomal.jpg" width="143" height="62" /></p></td>
   
   
[/code]

What if I wanted that page flushed right up to the top?? I know I used to be able to do this, what am I missing?

Hard to really say what the issue is given that code, look for cells that have the grey background. I would lookd at the code of newheader and footer

might also be the 3 includes. There’s no reason to have multiple doc, html and body tags in the same page. There should only be 1 doc tag, and 2 body/html tags. Move all the stylesheets to 1 document and use a link tag to put it into the page (that’ll solve some issues right there).

The code for the top of the index page is messed up. move the title, header stuff to where it should be and get the table out of the header tags.

Just a quick tip - I never recommend using tables for a layouts but given that it was done a long time ago and probably with photoshop, i would seriously look into converting it to div’s and css. If you’re going to keep that table, you don’t need to use an iframe, just merge the appropriate rows.

Sponsor our Newsletter | Privacy Policy | Terms of Service