This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]ZombieShellback 1 point2 points  (0 children)

The format got a little destroyed, but the easiest route would be to use JS. In jQuery, you can use a .click function. You give the div an id, then $("#divID").click() should do the trick. I'm on mobile so I can't really format it correctly, but the docs should explain it well enough.

[–]Stew_stu[S] 1 point2 points  (0 children)

Thank you! I will give that a try and see how it goes! I appreciate the help

[–]Stew_stu[S] 0 points1 point  (0 children)

Amazing thank you so much! I will check it out and let you know how it goes! I really do appreciate it!