Click to See Complete Forum and Search --> : New Here and have a question


KoolDude99
11-22-2002, 06:28 AM
Hi all, I am posting this because I have a problem with HTML. On my site I followed your tips to try to make people have the option of clicking to make my site their homepage. When I looked at my site after I had saved it the button was there displaying the right words and I thought all was well and ready to thank the lord but then I tried clicking on the button and nothing happened. Here's a link to my site here:http://hometown.aol.com/pepsterkell/cskztlabhome.html I'm hoping it's something wrong with my browser although when I clicked to make html goodies my home page that worked. Any ideas on what I may be doing wrong :)

Rick Bull
11-22-2002, 09:02 AM
A couple of things:

1. You don't have spaces after your attribute values
2. You missed a single quote mark to encase the site URI:

<input TYPE="button" VALUE="Make This Page Your Home Page" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://hometown.aol.com/pepsterkell/cskztlabhome.html');">

Zach Elfers
11-22-2002, 10:57 AM
You forgot a single quote (') before your homepage in the code.:)