• How can I make inline content display in a popup??

    I’ve tried this:

    <a class="lbp-inline-link-1" href="#">Inline HTML Content</a>
    <div style="display:none">
        <div id="lbp-inline-link-1" style="padding: 10px;background: #0">
            Inline Content Goes Here
        </div>
    </div>

    But all i get is a nice popup and no text in it. Shouldn’t “Inline Content Goes Here” be displayed in the popup?

  • The topic ‘[plugin: Lightbox plus]’ is closed to new replies.