|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
how to ccs email
Hi, I know nothing about ccs. I got a good example and set up a header
I have looked at other pages and some people have "email" on the bottom of their page to email the person that has the site. How do I set this up? Thank you for your help.
|
|
|
|
|
#2
|
||
|
panasonikon
|
how to add an email me link
Quote:
hiya ttmCode:
<p align="center"> <a href="mailto: youremailaddress@youremaildomain.com">Email Me</a> </p> |
|
|
|
||
|
#3
|
|
|
Big grins
|
Thank you
|
|
|
|
|
#4
|
||
|
Major grins
|
Quote:
|
|
|
|
||
|
#5
|
||
|
panasonikon
|
Quote:
do not be afraid |
|
|
|
||
|
#6
|
||
|
Maracucho en USA
|
ail
Quote:
Code:
function norobotmail(aUser, aDomain) {
document.location = "mailto:" + aUser + "@" + aDomain;
}
Code:
<p align="center">
<a href="javascript:norobotmail('yourEmailName', 'yourDomain')">Email me!
</p>
__________________
http://www.ajessurum.com |
|
|
|
||
|
#7
|
||
|
I � Unicode
|
Quote:
__________________
Y'all don't want to hear me, you just want to dance. http://photos.mikelanestudios.com/ |
|
|
|
||
|
#8
|
||
|
panasonikon
|
Quote:
|
|
|
|
||
|
#9
|
||
|
Maracucho en USA
|
Quote:
I use this on my sites as well, feel free to borrow it. I kinda borrowed it from someone too, but it's pretty simple and straight forward.
__________________
http://www.ajessurum.com |
|
|
|
||
|
#10
|
||
|
Major grins
|
Quote:
|
|
|
|
||
|
#11
|
|
|
Major grins
|
Another way to avoid spam is encode your e-mail. It's protected my main e-mail so far, and I've used it for a long time. On the Mac, it can be done with The Obfuscator widget for Tiger, or SpamStopper. I use this for people who have JavaScript turned off.
|
|
|
|
|
#12
|
||
|
Big grins
|
Quote:
|
|
|
|
||
|
#13
|
|
|
technicolored
|
Other method is using URL or HTML encoding at runtime.
using URL encoding.... Code:
<p align="center">
<script>
javascript:document.write(unescape("%3C%61%20%68%72%65%66%3D%22%6D%61%69%6C%74%6F%3A%20%79%6F%75%72%65%6D%61%69%6C%61%64%64%72%65%73%73%40%79%6F%75%72%65%6D%61%69%6C%64%6F%6D%61%69%6E%2E%63%6F%6D%22%3E%45%6D%61%69%6C%20%4D%65%3C%2F%61%3E%20"));
</script>
</p>
David |
|
|
|
|
#14
|
||
|
Happy Snapper
|
Look at this thread:
Quote:
http://www.dgrin.com/showthread.php?t=25368
__________________
I can't grasp the notion of time. When I hear the earth will melt into the sun, in two billion years, all I can think is: "Will that be on a Monday?" ========================== http://www.streetsofboston.com http://blog.antonspaans.com |
|
|
|
||
|
#15
|
||
|
panasonikon
|
Any ideas, guys?
![]() Quote:
|
|
|
|
||
|
#16
|
||
|
Big grins
|
Quote:
|
|
|
|
||
|
#17
|
||
|
pixel hack
|
not quite
Quote:
<p align="center"> <a href="javascript:norobotmail('yourEmailName', 'yourDomain')">Email me! </p> |
|
|
|
||
|
#18
|
||
|
Big grins
|
Quote:
Mmm this is what i was looking for, i have put it in place but as i have an online email sercvice,,,ie yahoo, it opens the email but leaves the "to" blank I take it thats not meant to happen or am i missing something its at "http://happytramp.smugmug.com/gallery/1370619" I am happytramp.smugmug.com |
|
|
|
||
|
#19
|
|
|
Major grins
|
I get the EMAIL ME at the bottom of my SM page but it isnt clickable...where did i go wrong guys ?
![]() Tks Gus |
|
|
|
|
#20
|
||
|
panasonikon
|
Quote:
The second bit would go in your bio, or your header, or footer, or a gallery description, depending on where you want your email addy. |
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|