Can anyone give me some really good html codes or give me some really good html cut and paste sites. I really would like a code that people can click on and it automaticly adds my site to their favorites list.
Update:I know a little bit of html. I mean like I can edit simple stuff in the cut and paste html.
Copyright © 2024 Q2A.ES - All rights reserved.
Answers & Comments
Verified answer
Hey visit my website http://www.bayreviews.com/ --> scroll all the way down to the bottom. Click on "Make Us Your Homepage!" or "Bookmark BayReviews.com".
If you want these codes please do email me. Make sure to include your email in the message so I can reply with the code.
You cannot copy the code from the site because it is copyrighted. And by the way, its JavaScript not HTML so its up to you.
there is no code in the international that would thoroughly one hundred% prevent hacking. There are coding languages that are safer than others. common HTML is and continually will be hackable. also, there's a restricted quantity you should do with common HTML.
most html codes require you the user to make adjustments to them. if you don't know basic html, css, or javascript they are going to be difficult if not impossible to use.
Not HTML, but JavaScript. Put this code where you would like the link to bookmark to be.
<script language="JavaScript">
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
var url="INSERT URL OF YOUR SITE HERE";
var title="INSERT TITLE OF YOUR SITE HERE";
document.write('<a href="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'Add our site to your favorites!'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">Add our site to your favorites!</a>');
}
else {
var msg = "Don't forget to bookmark us!";
if(navigator.appName == "Netscape") msg += " (CTRL-D)";
document.write(msg);
}
</script>
In Internet explorer this will add the site to their favorites. In a Netscape browser (FireFox, Netscape Browser), it will remind them to bookmark it.
For some reason, ernal.AddFavorite(url, title); didn't come in all the way. Put that instead of ernal.AddFav...
HTML help
For Font Size Type: <font size= _#_> and to end it type </font size= _#_>*
For Font Color Type: <Font Color= ___> and to end it type </font color=___>*
For Bold Type: <B> to end it type </B>*
For Underlining Type: <U> to end it type </U>*
For Italics Type: <I> to end it type </I>*
For Font Style Type: <font face= “___”> to end it type </font> (test the font in a bulletin first)*
For Center Type: <center> to end it type </center>*
For Strike Through Type: <strike> to end it type </strike>*
For Break in the Paragraph Type: <br> and start typing again, you do NOT need to type anything like </br>*
*It does not matter if you use uppercase or lowercase letters.
http://www.w3schools.com/html/default.asp <Use that web site for additional information (very helpful)
I can give you some links or sources??? (",)
Or try http://cgi3.ebay.com/ws/eBayISAPI.dll?ViewUserPage...
<SCRIPT language="JavaScript">alert("you can put anything in here")</SCRIPT>