Viewing 1 replies (of 1 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    html elements can have and ID assigned like so:
    <div id="some_id">content</div>
    in this case, the print-me shortcode would look like:
    [print-me target="#some_id" title="Print Form"/]

    The elements ID or class can be seen when viewing the pages source code or inspecting the source using a browsers inspector.
    https://blog.hubspot.com/website/how-to-inspect

Viewing 1 replies (of 1 total)
  • The topic ‘div#id_of_element_to_print ???’ is closed to new replies.