If anyone knows where to get HTML for Conversion Charts, converters, tables anything really Please let me know. Thanks.
ok say i want to go from Pounds to kilo's or Cups to ounces. And i want it to be auto generated. So you just have to put in what you want to be converted and it does it for you. i want that in HTML so i can put that in my Website. If anyone knows where i can get this or can help me wiht this please let me know. thanks. and thanks to both of you so far. I have looked thru google and there hard to find for the HTML anyway.
Well, you can't do that with HTML. You'll need some kind of scripting to handle the form's input, convert the measurement from one type to another, and then output it to the screen. A php script would be good for processing the form, but you could use a Javascript/AJAX solution to do it on the page without re-loading. You could also check out the widget at convert-me.com. You can insert this into a page without a whole lot JS/PHP knowledge. - walkere