Forum Moderators: open
<option value=45,0,0,10,0,1 oz/28 g>Barbeque Sauce
except the space character. When I read the above value, I get only:
45,0,0,10,0,1
It stops with the last character before the first space.
I can get around this by replacing each space with & nbsp; (without the space after the &; I did that so it would show here) but this is not very practical as it takes a lot of bytes and is hard to edit.
Is there a way around this? Obviously it's not what Value was designed to do!
Thanks, Peter
Remember to "Quote" all attributes, especially all "#FFFFFF" colors, all URLs, all "50%" sizes, and any other attribute value that contains anything other than a simple "A" to "Z" or "0" to "9" value. In HTML 4.01 it is recommended to quote all attribute values.
Run your code through the checker at [validator.w3.org...] to find other errors that may cause problems in some browsers.