There are a couple of things I can't seem to fix even after searching the web for answers.
First, I have a logo that I want to center on the pages. Here's the code where it resides:
<div class="row logo">
<div class="coffee-span-12 column-17"><img class="logo logo-2" src="images/pana_vista_lodge_logo.png" alt="Logo">
</div>
</div>
I have used the align="center" on all the pages except the history page just to get the logo centered for now. So look at the history page if you need to look online. I'll put a link at the end of the post. I have tried every combination of class entries without any success.
Second, I have some text with a link under the footer and want it to be all black. The links are a light blue and I don't want to change them, just this link under the footer. Here's the code:
<div align="center" class="attribution">Designed & Hosted By <a href="http://www.e-and-l-products.com"><font color="#000">E & L Products</font></a></div>
This is the way I have the footer so it looks like I want it to look and I want to get this formatting in the css file.
So, what class do I use to format these parts of the site?
http://www.mytestblog.net/master/history.html
Thanks for any help,
Ernie