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:
___________________________
#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"> </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 "2 The Core Bodywork" 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?