Read More buttons that expand hidden text
Sorry if this is a basic question. How do you create the [Read More] buttons that expand hidden text in a paragraph in Dreamweaver CC 2015?
Sorry if this is a basic question. How do you create the [Read More] buttons that expand hidden text in a paragraph in Dreamweaver CC 2015?
How do you create the [Read More] buttons that expand hidden text in a paragraph in Dreamweaver CC 2015?
If you're using Bootstrap, use data-toggle and the collapse class.
<button class="btn btn-default" data-toggle="collapse" data-target="#details1">READ MORE</button>
<div id="details1" class="collapse">
DETAILS1 CONTENT GOES HERE...
</div>
Nancy O.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.