PDA

View Full Version : Custom Footer


AirRick2
Mar-06-2009, 06:25 AM
Hello world....

Newbie to this forum, I did a few searches on this topic but I'm a complete novice when it comes to HTML.

I want to add a custom footer to my SmugMug page.

I would like it to be centered and display the following:

EHD Photography - Eric H. Darlington
eric@ehdphotography.com - (978) 422-9093

If someone could help me out I would really appreciate it.

I've played around with the tutorials a bit, they are wonderful.

my site is www.ehdphotography.com

Thanks

Allen
Mar-06-2009, 06:29 AM
Hello world....

Newbie to this forum, I did a few searches on this topic but I'm a complete novice when it comes to HTML.

I want to add a custom footer to my SmugMug page.

I would like it to be centered and display the following:

EHD Photography - Eric H. Darlington
eric@ehdphotography.com - (978) 422-9093

If someone could help me out I would really appreciate it.

I've played around with the tutorials a bit, they are wonderful.

my site is www.ehdphotography.com (http://www.ehdphotography.com)

Thanks



Change your current footer to this and see if this is what you want.

<div id="myFooter" align="center">
EHD Photography - Eric H. Darlington<br />
<a href="mailto:eric@ehdphotography.com">
eric@ehdphotography.com</a> - (978) 422-9093
</div>

AirRick2
Mar-06-2009, 06:33 AM
Thanks for the quick response. That helped a lot, I think I'm starting to comprehend this somewhat.