Gherky Posted August 22, 2019 Share Posted August 22, 2019 Sorry if this is in the wrong section. I'm looking for a little help with something... a tutorial or something where I can learn would be ideal but direct help would be welcome as well. So! I'm designing a website for a game I play. For an example, each unit in this game has 3 costumes and each costume has different skills. What I'd like to do it have the unit image displayed and the information for the skills next to it. I want to be able to click an image and have it change the skill information in those same fields. Try to give an example; Unit A image, Skill 1 text, Skill 2 text. When you click Unit B image it changes the Skill 1 text and Skill 2 text to something different. Quote Link to comment Share on other sites More sharing options...
requinix Posted August 22, 2019 Share Posted August 22, 2019 A bit light on the details but okay. Where are you starting at? How much do you know about HTML and CSS? Because the first step here will be to design the page to look reasonable - I don't mean something that looks amazing and professional, but something you could live so that you can continue onto the fancier "change the skill information" stuff. Quote Link to comment Share on other sites More sharing options...
Barand Posted August 22, 2019 Share Posted August 22, 2019 59 minutes ago, Gherky said: Unit A image, Skill 1 text, Skill 2 text. To display that information you need to have it stored somewhere, so you have to decide where and how to make it easily accessible. Your options are in the code (this means rewriting the code if you want to make additions or changes) in a file in a database (probably overkill for this application) ... which leaves option 2. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.