How do you all create continue button that automatically redirect us to the lower content | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do you all create continue button that automatically redirect us to the lower content

I would be happy if you share me a code

24th Feb 2018, 6:03 PM
Sachin Kumar
Sachin Kumar - avatar
6 Answers
+ 5
<a href="#tie"><button>Continue</button></a> ...about 500 pixels... <div id="tie">something here</div> https://code.sololearn.com/WWsoqDrUWMvl/?ref=app
24th Feb 2018, 6:15 PM
Amethyst Animion
Amethyst Animion - avatar
+ 5
Your welcome
24th Feb 2018, 6:26 PM
Amethyst Animion
Amethyst Animion - avatar
+ 4
use css for styling https://www.sololearn.com/Course/CSS/?ref=app // here only an example: button { background: red; color: white; font: 18px Arial; }
24th Feb 2018, 6:34 PM
Amethyst Animion
Amethyst Animion - avatar
+ 1
Thanks
24th Feb 2018, 6:21 PM
Sachin Kumar
Sachin Kumar - avatar
+ 1
Hey I want to design that button also.. Can you help me out??
24th Feb 2018, 6:27 PM
Sachin Kumar
Sachin Kumar - avatar
+ 1
Thanks 😊
24th Feb 2018, 6:35 PM
Sachin Kumar
Sachin Kumar - avatar