PDA

View Full Version : footer help


kitkirk
Nov-17-2008, 05:29 AM
You guys have been awesome help, so I have one more question. I found the code to add a link to my email in the footer, but it's not centered and I'd like it bold, a different color, and a bit larger.

Thank you!

Kit

www.kitkirkphotography.com

J Allen
Nov-17-2008, 05:54 AM
Put this part in your custom footer box..dont forget to Change the bold!!


<center><div></div><div id="my_footer"><a href="mailto:E-MAIL HERE?subject=SUBJECT HERE">Send me some mail</a></center>


Now you can style it with CSS..Some different ways to do this:


#my_footer{font-weight: bold}

#my_footer{font-size: 350%}


Check here for more- http://www.w3schools.com/css/css_examples.asp

EDIT the code