edit code to enable iframe window to be visible on wordpress site

  • Unknown's avatar

    want to expand the Eventbrite ticket window to remove scrolling. iframe height is pre-set and want to update it.
    thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    FYI – this is the code that goes with this Eventbrite ticket widget:
    <div class=”ticket-info”>
    <div class=”iframe-wrap eventbrite-widget” style=”width:100%; text-align:left;” >
    <iframe src=”http://www.eventbrite.com/tickets-external?eid=9163210409&ref=etckt&v=2″ height=”210px” width=”100%” frameborder=”0″ vspace=”0″ hspace=”0″ marginheight=”5″ marginwidth=”5″ scrolling=”auto” allowtransparency=”true”></iframe>
    </div>
    </div>

  • The topic ‘edit code to enable iframe window to be visible on wordpress site’ is closed to new replies.