hi, im trying to find a way to include a line break in my button, something like:
<input name="registered" type="submit" value="Registered\nNumber" />
where '\n' should be the line break. is this possible?
if not, ill use text instead, but i need the code to work if javascript is turned off. i thought that if js was enabled then it would execute the onclick command, if it wasnt then it would take the href command....
<a href="number.asp?id=1" onclick="submit()">Registered<br />Number</a>
but it always seems to execute whats in the href tag regardless of wether js is enabled or not. can anyone shed light on this? thanks.





Bookmarks