I just inherited a website that I need to change.
The website is http://www.hospicecny.org
At the bottom of the site you will see the footer text.
Here is the code from the php.index file. I cannot for the life of me get the text to align to the right. I tried using golive and dreamweaver cs4, and in the editor I can get the text to align right but it does not carry over once uploaded to the host.
Im not that familirar with php, my background is HTML and photoshop. Is there something I am missing to do this simple change?
Thanks
Jeff
–
</div>
<div id=“footer”>
<div id=“footer_l”>
<div id=“footer_r”>
<div id=“footer_hr”> <font color="#efd0c9">
<p style=“float:center; padding: 5px 5px;”> Hospice of Central New York - “If it’s love, it must be hospice!”</p>
<!-- <p style=“align:right; padding: 4px 5px;”> </p>–>
</div>
</div>