HTML - Hiding Email Address
I don't want to really hide it, but I have a mail to: for an email address and the person is getting too much spam, I heard there were other ways, but which is better to to?
TIA Similar TutorialsDear experts, I want to have a simple form in my website whereby user can give comments etc. I would like to ask if my code is correct or not. <form id="comment-form" action="mailto: contact@blahblahblah.com"/> <input type="button" value="Submit" id="submit"/> I'm not sure if the submit part syntax is it correcet whereby user when they press the button, the form details will go into my email address. Hope someone can advise me. Many thanks. I heard about how e-mail address are getting spammed and I read that if the address is in an image, it is less likely to get spammed. I have a image with a "mail-to" code added to it, it that what they mean by embedding an address in an image? It is located on link below in the Pink "dealer wanted" image. http://www.nomagicneon.com thanks Hi there, i would really appreciate if someone could help me. i have first tried a few things from searching around on google. but i either dont understand or its just not working!... first of all ill say im a beginner in html. but i created a survey/quiz page.. just a simple thing to see if i could. Using radio boxes etc.... I have a submit button at the bottom, but i want to know how to direct it to my email address? so that i receive the responses and can send the reply? i tried a form method to mailto my email but it doesnt work. so i think i may be on the wrong path.. all that happens is the page reloads. anyways could someone help. my page is being being hosted by free server, will this make a difference? thanks for your time. On one hand you want to make it easy for the legitimate visitors to your web site to contact you about your web site and services. But you don't want your email address to be picked up by spam bots. So would my web site email address be hidden from spam bots if I just created an image that showed my email address? Hello once more. I need to move the email address near the bottom right up a bit, about a few lines so it's 1 or 2 lines below the Facebook "like" area. The site: movehumanityforward.org Thank you! Please delete my post. Thanks! Hello I put up a static background portal page which has links to everything for the business and our email address. since the email address is static to the image, i want to make an image map and have that copy the email address to the clipboard and inform the user that it has been copies and can be pasted in their email client. How would i go about this? Thanks I have this code that I am using for a contact form on my website. What do I need to add for it to send the data in the fields to my email address Code: <form name='Contact Time For You' action='sent.htm' method='POST' enctype='multipart/form-data' onsubmit='return verifyMe();'> <table class='table_form_1' id='table_form_1' cellspacing='0' width="271" align="right"> <tr> <td class='ftbl_row_1a' width="241" align="left" > <font face="Arial" size="2"><LABEL for='Full_Name' ACCESSKEY='none' ><b style='color:red'>*</b>Your Name </label></font> <font face="Arial"> <input type='text' name='Full_Name' id='Full_Name' size='34' value=''></font></td> </tr> <tr> <td class='ftbl_row_2a' width="241" align="left" > <p> <font face="Arial" size="2"><LABEL for='Email' ACCESSKEY='E' ><b style='color:red'>*</b><u>E</u>mail Address </label></font> <font face="Arial"> <input type='text' name='Email' id='Email' size='34' value=''></font></td> </tr> <tr> <td class='ftbl_row_1a' width="241" align="left" > <p style="margin-top: 0; margin-bottom: 0"> <font face="Arial" size="2"><LABEL for='Telephone' ACCESSKEY='T' ><b style='color:red'>*</b><u>T</u>elephone </label></font> </p> <p style="margin-top: 0; margin-bottom: 0"><font face="Arial"><input type='text' name='Telephone' id='Telephone' size='15' value=''></font></p> <p style="margin-top: 0; margin-bottom: 0"> </td> </tr> <tr> <td class='ftbl_row_2a' width="241" align="left" > <font face="Arial" size="2"><LABEL for='Enquiry_Text' ACCESSKEY='none' ><b style='color:red'>*</b>Enquiry</label></font><font face="Arial"><textarea name='Enquiry_Text' id='Enquiry_Text' cols='28' rows='6' value=''></textarea></font></td> </tr> <tr> <td class='ftbl_row_1a' width="241" align="left" > <p> <font face="Arial" size="2"><LABEL for='Code' ACCESSKEY='none' ><b style='color:red'>*</b>Offer Code </label></font> <font face="Arial"> <input type='text' name='Code' id='Code' size='34' value=''></font></td> </tr> <tr> <td align='center' width="249"> <p style="margin-top: 1; margin-bottom: 1"> </p> <p style="margin-top: 1; margin-bottom: 1"><font color="#FFFFFF"> <input type='submit' name='submit' value='Send' style="float: right; color: #FFFFFF; font-family: arial; font-weight: bold; background-color: #000080"></font> </td> </tr> </table> </form> Thank you in advance, Dan Hello. I am pretty new at this, so any help would be appriciated. I want to put a custom text in an address bar of user's browser, so that any page on my site shows www.mydomain.com instead of www.mydomain.com/mypage.html or www.mydomain.com/asubpage.php. I don't want users to see the titles of subpages of my site. My server supports PHP, so I could write this in either HTML or PHP, but don't know how. Is this possible to achieve and if so, how? How would I hide something and then when you click a link it shows it? Then when you click it again, it hides it, like a toggle? P.S. I want to hide/show this: HTML Code: <div class="js-kit-rating"></div> <script src="http://js-kit.com/ratings.js"></script> <div class="js-kit-comments"></div> <script src="http://js-kit.com/comments.js"></script> ~aeharding Hi, Is there a way I can not show all the url in the browser window. for instance when showing a links page, instead of the address being "http://www.webspace.co.uk/links.htm" could it just be "http://www.webspace.co.uk I have seen this done but not sure how. Thanks Simon I'm hoping that there is a way to hide ads from spiders using HTML. Seeing as how my current host doesn't allow me to use Javascript. hey everyone, I have a hosting package for a business venture that I would like to use for a personal website. However I don't want visitors to this (personal) site seeing the name of my business server, So I was wondering how do I obscure the nameserver to hexidecimal. I have read this http://www.pc-help.org/obscure.htm and I feel like I understand the basic premise, However It does not tell me how to do it. Could someone either show me the code/procedure to do this, or else point me to some instructions? I am a raging novice by the way. Thanks for your help Please help me, I'm trying to hide elements (boxes) is HTML in this way: <?php if($_POST) { //left.style.visibility="hidden" document.getElementById(left).style.display = 'none'; } ?> By checking if a form had been submitted...But when displaying the page all elements on the page is hidden not the element "left" only..Why? Thanks is advance. Hi Guys, I was wondering if anyone would could help me... im working with a limited template system, and in order for me to deploy a certain design, i need to hide a certain navigation that sits down the left hand side of the site, but only on the index page. There are very easy ways of doign this, but obviously for SEO purposes this has a major effect, what im using at the moment is this: {if (pageproperty['pageid'] ne 'home')} HTML blah blah {endIf} this works exactly how i need it to visualy, however Google does not see the navigation it is hiding. anyone have a similar query or fix for this? Thanks Rory hello i need some advice on two things if anyone has the time 1) the "enter" a href opens a page specific to the users name ie: user name rose opens ../users/rose.html user name dave opens ../users/dave.html 2) 'hiding' the password data <form action=""> <input type="text" name="user" size="20" /> username <br /> <br /> <input type="password" name="password" size="20" /> password <a href="../users/USERSIDPAGE.html">enter</a> </form> thanks sophia Hi All, I have 2 buttons that need to be placed side by side and link to Paypal. I have used the "display:inline" on both forms and with the fields I need to hide, the "type=hidden" When I view the page in Firefox all looks, but in IE, although the hidden fields are hidden, they are still taking up space. So the two buttons are not sitting next to each other, there is a big gap where the 'hidden' layers would be. Anyone have any ideas how I can get around this? Many thanks Hi All, I have a tool Tip which will be shown when a user hovers over a mouse but for some reason the information i have entered gets hidden behind the below button, See the attached Picture, ignour the white lines there not actually on the button something went wrong when i done a screen print Heres the HTML and CSS HTML HTML Code: <div class="MainPageContainer"> <a href="RaiseTaskOperations.aspx" style="margin-right: 15px;" class="MainPageButton"> Ops Support<span class="tooltip">For Raising<br /> Computer Issues<br /> Software Issues<br /> Account Issues<br /> Telephone Issues<br /> Email Issues<br /> </span></a><a href="RaiseTaskSupport.aspx" class="MainPageButton">Support<span class="tooltip">For Raising<br /> Stuck in batch<br /> Locked in a screen<br /> </span></a> <div class="SmallSpace"> </div> <a href="RaiseTaskFix.aspx" style="margin-right: 15px;" class="MainPageButton">Fix<span class="tooltip">For Raising<br /> Rating Error<br /> Data not mapping correctly<br /> </span></a><a href="RaiseTaskChange.aspx" class="MainPageButton">Change<span class="tooltip">For Raising<br /> New field required<br /> New report required<br /> Amend how we store this data<br /> </span></a> </div> CSS HTML Code: .MainPageButton { filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#d4003d', endColorstr='#990034'); -moz-box-shadow:inset 0px 1px 16px 0px #ffffff; -webkit-box-shadow:inset 0px 1px 16px 0px #ffffff; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8f002b), color-stop(1, #b20939) ); background:-moz-linear-gradient( center top, #8f002b 5%, #b20939 100% ); background-color:#8f002b; -moz-border-radius:19px; -webkit-border-radius:19px; border:2px solid #dcdcdc; display:inline-block; width:130px; text-align: center; color: White; font-family:arial; font-size:21px; font-weight:bold; padding:17px 48px; text-decoration:none; position:relative; } .MainPageButton:hover span { display:block; } .MainPageButton span { display:none; position:absolute; top:10px; left:40px; width:150px; border:1px solid black; background-color:#f7f5ea; -moz-border-radius:10px; -webkit-border-radius:10px; font-size: 13px; color:Gray; } .MainPageButton:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20939), color-stop(1, #8f002b) ); background:-moz-linear-gradient( center top, #b20939 5%, #8f002b 100% ); background-color:#b20939; } .MainPageButton:active { position:relative; } This tool tip will vary in size as time goes on so can some one help me resolve this so i wont have to worry about it later on down the line. hi, i have a site that has affiliate links. i would like to make it so when hovering over the links / banners it displays only the vendors main url in the status bar and not my whole affiliate code as this is unsightly and maybe even a security risk? it is a html site on windows server. please help! Hi! I'm only starting out learning HTML and I've already bumped into a problem. I'm trying to have an image on a page, followed by some text placed under the image, in another paragraph, but for some reason the image now hides part of the text (so 'Would you like to place an order or to request more information?' no longer comes up, and 'Send an email', which still comes up, no longer is a link, it's just plain text). The text could read alright before I added the image code. Here's the piece - I'm copying it all in case my mistake is further up, but the img part is almost at the bottom of the code. HTML Code: <html> <head> <title>Armando Escalante Photografia y Video</title> </head> <body background="hearts.bmp"> <h1 align="center"> Armando Escalante Photografia y Video </h1> <hr> <p>Welcome to Armando Escalante Photografia y Video's website. <br> <b>Your special moments live forever...</b> </p> <p> <a href="url1"> Gallerie </a> <a href="url2"> Video </a> <a href="paquetes.htm"> Paquetes </a> <a href="url4"> Contactez-nous! </a> </p> <p> <img src="Celine et tous.jpg" width="400" height="600" alt="Celine en famille>     </p> <p> Would you like to place an order or to request more information? <a href="mailto:sauleme@hotmail.com?subject=Info%20or%20order"> Send us an email! </a> </p> </body> </html> |