<input name="Dark Orb "/> <input name="Crude Stone Axe "/> <input name="Steel Ingot "/> You have trailing spaces in all of these. Take the space out from between the last letter and the "/>.
he thanks the ingriedients are showing but not the Demonic axe how can I make therecipe showing the axe.
Trailing spaces are those AFTER the words. Like how the sentence here ends and the period is after a space .
Replace this: Code: <input name="Dark Orb "/> <input name="Crude Stone Axe "/> <input name="Steel Ingot "/> with this: Code: <input name="Dark Orb"/> <input name="Crude Stone Axe"/> <input name="Steel Ingot"/>
Yep thath is showing but not the axe I can craft. And thanks for you help. EDIT: I have fixed the last thing myself it was a space to much in my itemDB this time. Thank you all for you help.