View Full Version : Email Address is Not Centered in Footer?
dstainer
May-16-2008, 04:26 PM
I was able to use the following code (I deleted the first and last character so you can see the actual code) to add my email address into my footer section, but it is not centered (it is way off by itself flush left).
a href="mailto:danielstainer@hotmail.com">Email Inquiries</a
How can I fix this? If you click on my website, you'll see what I mean. It was centered when I did this on my work computer, but is showing differently at home. Go figure.
Thanks,
Dan
www.danielstainer.com
denisegoldberg
May-16-2008, 04:31 PM
I was able to use the following code (I deleted the first and last character so you can see the actual code) to add my email address into my footer section, but it is not centered (it is way off by itself flush left).
a href="mailto:danielstainer@hotmail.com">Email Inquiries</A< p>
How can I fix this? If you click on my website, you'll see what I mean. It was centered when I did this on my work computer, but is showing differently at home. Go figure.
Thanks,
Dan
www.danielstainer.com (http://www.danielstainer.com)
When I do a view source on your page, I see that you have a <div align="center"> before the h2 with your studio name. You end that center alignment with a </div> before you have the mailto code. Try moving the </div> so that it is after your <a href= mail to code. That should center both your name and your email link.
--- Denise
dstainer
May-16-2008, 04:34 PM
Fixed. Thanks :)
When I do a view source on your page, here's what I see for your email:
<*div* align="center">
<*h2>Daniel Stainer Studios<*/h2>
</*div>
<a* href*="*mailto*:danielstainer@hotmail.com">Email Inquiries</*a>
Try this instead (after removing the *s):
<*div* align="center">
<*h2>Daniel Stainer Studios</*h2>
<a* href*="*mailto*:danielstainer@hotmail.com">Email Inquiries</*a>
</*div>
--- Denise
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.