PDA

View Full Version : email link makes a little glitch in theme


lynnma
Jan-29-2008, 05:18 AM
I have my email link in my footer and it's caused a little break in the "shadow" style of the theme.. I've tried putting it in a small table but no good. I'ts only a little thing but it drives me nanaas:huh any ideas?
thanks
Lynn:D

www.lynn.smugmug.com (http://www.lynn.smugmug.com)

Allen
Jan-29-2008, 08:30 AM
I have my email link in my footer and it's caused a little break in the "shadow" style of the theme.. I've tried putting it in a small table but no good. I'ts only a little thing but it drives me nanaas:huh any ideas?
thanks
Lynn:D

www.lynn.smugmug.com (http://www.lynn.smugmug.com)
See if this helps.
replace this in your footer.

<p align="center">
<a href="javascript:norobotmail('lynnhuman', 'gmail.com')">Email me!
</a></p><a href="javascript:norobotmail('lynnhuman', 'gmail.com')">
</a>

With this

<div id="myEmail" align="center" style="margin-top: -5px;">
<a href="javascript:norobotmail('lynnhuman', 'gmail.com')">Email me!
</a>
</div>

lynnma
Jan-29-2008, 09:39 AM
See if this helps.
replace this in your footer.

<p align="center">
<a href="javascript:norobotmail('lynnhuman', 'gmail.com')">Email me!
</a></p><a href="javascript:norobotmail('lynnhuman', 'gmail.com')">
</a>

With this

<div id="myEmail" align="center" style="margin-top: -5px;">
<a href="javascript:norobotmail('lynnhuman', 'gmail.com')">Email me!
</a>
</div>

Brilliant!!!!! thanks Allen :D