Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8405381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:50:28+00:00 2026-06-09T22:50:28+00:00

I want to use the twitter bootstrap carousel in a personal project. So far

  • 0

I want to use the twitter bootstrap carousel in a personal project.
So far it works really well because I use the example of the bootstrap homepage.

Now I want to place simple html content instead of images there.
This content should then rotate same way as the pictures.
The text I put in is shown in the carousel-caption and text I put in the carousel caption is not being displayed.

Example:

    <div class="item">
        This is the text or html code i want to place
        <div class="carousel-caption">
            <h4>Thumbnail label</h4>
            <p>Carousel caption text<p>
        </div>
    </div>

Is there a way to get this work?
Perhaps theres is a way to declare a white span with say 300 x 300 px where i can place some content.

You should know that I at a beginner level. I am now learning html, css, js, mongodb, bootstrap, node.js. But this is a little to much for me now.

many thanks
Daniel

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T22:50:29+00:00Added an answer on June 9, 2026 at 10:50 pm
    <head>
      <style type="text/css">
        div.new_html_code {
          width:150px;
          height:100px;
          min-width:150px;
          min-height:100px;
          max-width:200px;
          max-height:100px;
          overflow:hidden;
          display:block;
          border:1px solid red;
        }
      </style>
    </head>
    <body>
    <!--
    some html stuff here, I am just giving the basic layout
    -->
        <div class="item">
            <div class="new_html_code"></div>
            <div class="carousel-caption">
                <h4>Thumbnail label</h4>
                <p>Carousel caption text<p>
            </div>
        </div>
    </body>
    

    If you have replaced html/css from carousel and are not able to correct it, get back the original stuff.
    Then slowly start replacing with your code, and be very careful with the following css-attributes, they not only help to find errors (like the most useful css borders), but they also help to stop new content that is added, from bloating previous one (max width/height css attributes).

    Pay close attention to the following css-attributes:

          min-width:150px;
          min-height:100px;
          max-width:200px;
          max-height:100px;
          overflow:hidden;
          border:1px solid red;
    

    Do not modify the z-indexes and opacity first work with the ones I have given above and then start doing complex stuff, ask again if you have some doubt and sorry for typos I have less time.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I work in IE 9 and want to use Twitter Bootstrap. One of the
I want use BYTE_ORDER macro in my Xcode project but i can't because i
I want to use Nunemaker's twitter gem for my Rails project but I already
I am trying to use Twitter's bootstrap CSS framework and within there so far
I want to make an application making use of twitter's bootstrap framework. I have
I am trying to use twitter bootstrap for my new blog project, and I
I have experienced to customize the twitter bootstrap navbar color successfully.. Now I want
I am a newbie with rails, I want to use the Twitter-Bootstrap hover popover
I am using Twitter Bootstrap and I want to use an auto-suggest which is
I'm experimenting with Twitter Bootstrap 2.0 and want to use the popovers . I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.