chris82
05-03-2003, 01:15 PM
Okay I copy the button code and put my text in but every time a make a form button,it only says the first word on it and
sometimes the link doesn't work. Why?
sometimes the link doesn't work. Why?
|
View Full Version : Form buttons chris82 05-03-2003, 01:15 PM Okay I copy the button code and put my text in but every time a make a form button,it only says the first word on it and sometimes the link doesn't work. Why? Elentari 05-03-2003, 01:23 PM We would need to see your code to see where you went wrong and help you out. MaGiCSuN 05-03-2003, 01:56 PM You can't have spaces in a form button, you have to use & n b s p ; (without the spaces) for a space between the words. All the words should be in contact with each other in order to be shown on the button Love, Mirna Dude128 05-04-2003, 03:29 AM it should work if you have quotes around the whole string of text. you should have quotes around all your attribute values, anyway ;) "text to appear on button" instead of text to appear on button MaGiCSuN 05-04-2003, 04:22 PM it doesn't really. It will only show the first word, i had that too. I just replaced the normal space ( ) with the space code and then it worked fine You can try it out the "" but if you got a good code that should allready be there anywayz |