• Resolved VFNKB

    (@vfntv)


    I’m NOT very fluent in HTML code. Can someone please show me how to fix this print code. I want them to be able to print what’s in the tab section including textarea.

    <div class=”tab_section notes”>
    <h5>Angels, God’s Enforcers Breaking Down Barriers that are Holding Back God’s Promises – Part 2</h5>
    <small>Type Notes below:</small>
    <textarea id=”notes” cols=”5″ rows=”10″></textarea>
    [print-me target=”notes”]

    </div>

    • This topic was modified 6 years, 8 months ago by VFNKB.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    [print-me target=".notes"/]

    Thread Starter VFNKB

    (@vfntv)

    It’s not populating correctly

    Not_populating_correctly.png

    • This reply was modified 6 years, 8 months ago by VFNKB.
    Plugin Contributor twinpictures

    (@twinpictures)

    <textarea id="notes" cols="5" rows="10"></textarea>
    First you have a class called notes and an ID called notes (the text area above).
    if you want to print the textarea, then you need to target the ID using:
    #notes instead of the class using .notes

    Next, 5 cols x 10 rows is what your screenshot looks like.
    if you have other CSS in your theme that is changing the style, this also needs to be included on the print page. However, it looks like you got the plugin working.

    Thread Starter VFNKB

    (@vfntv)

    Still messed up. What am I missing here? Text missing as well.

    still messed up.jpg

    • This reply was modified 6 years, 8 months ago by VFNKB.
    Thread Starter VFNKB

    (@vfntv)

    Text missing too.

    Thread Starter VFNKB

    (@vfntv)

    Ok, I figured out the width and height issue. Now everything is being duplicated. How do I fix this?

    https://www.screencast.com/t/javx94VAzkq

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Print preview is blank’ is closed to new replies.