Help with coding html , css

blondul90

Registered Member
Joined
Jun 30, 2011
Messages
72
Reaction score
7
Hello my friends,
I need some help in html code and maibe css edit

When people go on generator site, he need to select how much coins wants
example https://prnt.sc/wb146u and tipe to continue and the next apper is select what skin he wants https://prnt.sc/wb1556
but i want to change , when people select less coins to appear diferent skins , not the same
i don't now how, because in lp when people select coins and skin, no redirect to another page
this is in index
for coins
https://prnt.sc/wb16aqfor skin
https://prnt.sc/wb16my
Thank you
sry if i posted wrong place,
 
I can see onlick event, so it passes value somewhere for sure.
It's also using glidejs if I'm not wrong. If you can get us JS part of the code into pastebin that would help.
 
java expert here please advise via PM or URL and I take a look :-) happy New Year
 
change img src ??
not work, i try
That needs js.
i don't now more codes, ony basic
I can see onlick event, so it passes value somewhere for sure.
It's also using glidejs if I'm not wrong. If you can get us JS part of the code into pastebin that would help.
i send you message,thx
java expert here please advise via PM or URL and I take a look :) happy New Year
i send you message,thx
 
You will need to learn javascript if you want to dive into options and functions. You will need to check given values which you can’t do with pure html and css most of the time.
 
What is the context, is it a personal site hosted on a server ? is it a wordpress or some provider hosted services ?
Your problem will be solved by finding and updating the javascript part which handle the `next` step calling image selection.
 
What is the context, is it a personal site hosted on a server ? is it a wordpress or some provider hosted services ?
Your problem will be solved by finding and updating the javascript part which handle the `next` step calling image selection.
Hi , thank you
it's lp with html ,css and js
not wordpress
thank you
 
Back
Top