Mozie
06-25-2007, 11:30 AM
I'm using a javascript menu and don't know how to add a 'space' after the menu title:
Menu1=new Array("Home Page","http://whatever","images/whatever.jpg",0,30,170);
After the titled "Home Page" (which is the button name) I need to add a space as it's too close to the edge of the button graphic. I've tried   and %20 as these are the only ones I know. Can anyone tell me how to do this, is there a symbol I can use?
Thanks
Menu1=new Array("Home Page","http://whatever","images/whatever.jpg",0,30,170);
After the titled "Home Page" (which is the button name) I need to add a space as it's too close to the edge of the button graphic. I've tried   and %20 as these are the only ones I know. Can anyone tell me how to do this, is there a symbol I can use?
Thanks