My header and footer displays fine in DW but when I check it in Firefox or IE it’s not there. Can someone help me.
Thank you!!
[code]
RJ SLA - Transfer<div id="bkg-cont">
<div id="canvas" class="page-width-sub">
<?php include ("header.php"); ?>
<div id="main-content-area">
<div class="banner-area transfer-banner-img sub-pg-bnr">
<div class="faq-spacer">
<div class="txt-sub-bnr-title" style="color:#fff;">Transfer Your 401(k)</div>
<div class="faq-hr"></div>
<div class="sub-bnr-pargraph-grey txt-sub-bnr-reg transfer-banner-adj">
<span class="faq-blue business-bnr-emph-txt">FACT:</span> <span class="style1">With our investment system you will receive regular reports on how your money is doing and the progress you are making toward achieving your financial goals.</span> <br />
<br/>
<span class="style1">Transfer your 401(k) <strong>TODAY</strong>.</span> </div>
</div>
</div><!--end class="banner-area"--->
<div style="overflow:hidden; margin-top:47px;">
<div class="home-left-col" id="sub-pg-left-col">
<div class="txt-body-title body-title-grey">Transferring is Easy.</div>
<div class="txt-body-reg body-reg-grey">If your company already has a 401(k) plan in place but you are not happy either with the custodian or the advisor who services your plan, we can help you. The typical complaints we hear are lack of good investment options, poor service from the advisors, and lack of regular educational material from the custodian.</div>
We avoid these kinds of problems by using one of the nation’s best 401(k) plan custodians that is consistently ranked very highly for service and ease of use. The custodian is known for proactively providing educational materials to participants so they remain aware of issues that affect their retirement investments. What’s more, as investment advisors we provide regular communication to participants and advise them on how to invest appropriately.
To move your 401(k) from your existing custodian there are a few steps that need to be completed. Call us today to get started.
<div class="txt-body-title body-title-grey">6 Facts About Transferring An Existing 401(k) Plan<br />
to Larson Financial Solutions.</div>
<div class="sub-important-facts-itm body-reg-grey">Transferring a plan is usually not a very difficult process.</div>
<div class="sub-important-facts-itm body-reg-grey">A plan transfer typically takes between 4-6 weeks.</div>
<div class="sub-important-facts-itm body-reg-grey">We can probably save you money on plan and investment fees by transferring.</div>
<div class="sub-important-facts-itm body-reg-grey">Transfers do not result in any taxable consequences.</div>
<div class="sub-important-facts-itm body-reg-grey">Transferring does not mean you have to make any changes to your plan features.</div>
<div class="sub-important-facts-itm body-reg-grey">You will have access to the best fund families including Fidelity, Vanguard,
T Rowe Price, DFA, and others.</div>
<div class="faq-txt-btm-title">Ready to get started? Click Here now.</div>
<div class="faq-txt-btm-sub body-reg-grey">If you are ready to take the next step, click here to fill out a short questionnaire. Once we recieve your information we will contact you to go over the options available.</div>
</div>
<div class="home-right-col">
<div class="about-contact-form">
<div class="about-form-title">Want to Know More?</div>
<div class="about-form-hr"></div>
<div class="about-form-txt">Find out why employees and business owners all over the country use Larson Financial Solutions.</div>
<form action="transfer.htm" method="post">
<input type="text" class="text-box-about about-txt-box" name="name" value="name"/>
<input type="text" class="text-box-about about-txt-box" name="email" value="email address"/>
<input type="text" class="text-box-about-small about-txt-box" name="state" value="state"/>
<div><textarea rows="2" cols="22" class="about-form-txt-box" name="comments">notes</textarea></div>
<div class="about-form-submit-area">
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td><div align="right"><img src="images/arrows-44x25.png" /></div></td>
<td><input type="submit" value="SUBMIT" class="btn btn-submit"></td>
</tr>
</table>
</div>
</form>
</div>
</div>
</div>
<?php include ("footer.php"); ?>
</div><!--end id="main-content-area"--->
</div><!--end id="canvas"--->
</div><!--end id="bkg-cont"--->
<?php
}
?>
[/code]