You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Using Bootstrap 3 in Classic Pages

Received Response
39
Views
3
Comments
edited Mar 22, 2018 7:59PM in Taleo Learn 3 comments

Summary

Want to have Bootstrap 3 work in classic pages?

Content

<!-------------Copy and Paste reference bootstrap 3 css in the header of the classic page.------>

<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css&quot; rel="stylesheet" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/style.css&quot; rel="stylesheet" />

<!-------Add Script Code to the Bottom of the Page----->

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script><script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script><script

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!