computergeek67 Administrator


Joined: 31 Jul 2007 Posts: 144 Tokens: 147 Location: US
|
Posted: Mon Oct 08, 2007 5:23 pm Post subject: "Make This Your Homepage" Button |
|
|
So, you are making a website and can't think of ideas to make it better. Then it hits you. You need a "make this your homepage" button, but you don't know how to make one. This tutorial shows you how.
First, put this code in your site wherever you want the button to be.
| Code: | <font color="#800000" size="-1"><FORM METHOD="LINK" ACTION="<a href="#" onclick="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://vtw.myfreeforum.og');"></a>
<INPUT TYPE="submit" VALUE="Set This As Your Home Page">
</FORM> |
When you click on the button, a window should come up saying if you want to set (your URL) as your home page. If you click yes, once reloaded, your website should be your default home page.
All you need to change is the URL to your site's name.
_________________
Come to me if you have any questions  |
|