Hi All,
the other day I somehow messed up my companies website and I am not quite sure what I did. all the logos at the bottom of the page used to be centered, but now I can not get them back.

I am pretty sure this a footer.php file issue and not the CSS because all the programing for the footer in the CSS file says "centered"

here is the programing from the footer.php file . can anyone help me out? Thanks!

<div align="center" id="footer"><p><hr class="footerhr" align="center" />

<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/cityoflosangeles.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/losangelesregionalfoodbank.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/salvationarmy.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/unitedway.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/211.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/fcbc.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/catholiccharities.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/countyoflosangeles.jpg" /><br />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/csbc.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/operationhope.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2012/02/Volunteer-Center-of-LA-113.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/publichealth.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/lutheransocialservices.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/redcross.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2012/01/L.A.-Works.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2012/01/noahswish-logo-373-336-pixels-2.jpg" />
<img width="50" height="50" src="http://enla.org/wp-
content/uploads/2011/12/tzu-chi.jpg" />

        2012 Emergency Network of Los Angeles
</p>


<hr\>


</div>

Recommended Answers

All 3 Replies

@clarme, I would move "2012 Emergency Network of Los Angeles" after the closing paragraph tag:

</p>

and then do this:

<p>2012 Emergency Network of Los Angeles</p>
<div align="center" id="footer"><hr class="footerhr" align="center" />
<p>
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/cityoflosangeles.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/losangelesregionalfoodbank.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/salvationarmy.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/unitedway.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/211.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/fcbc.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/catholiccharities.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/countyoflosangeles.jpg" /><br />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/csbc.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/operationhope.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2012/02/Volunteer-Center-of-LA-113.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/publichealth.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/lutheransocialservices.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2011/07/redcross.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2012/01/L.A.-Works.jpg" />
<img width="50" height="50" src="http://enla.org/wp-content/uploads/2012/01/noahswish-logo-373-336-pixels-2.jpg" />
<img width="50" height="50" src="http://enla.org/wp-
content/uploads/2011/12/tzu-chi.jpg" />

</p>

<p>
        2012 Emergency Network of Los Angeles
        </p>
<hr />


</div>

I went to your site(the domain the images are hosted on) and just added a <br/> before the text and it displayed correctly:

<br/>2012 Emergency Network of Los Angeles
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.