Hi,
I have a LinkButton. When clicked it opens an image as attached in screenshot.
I want to view content and image side by side like i want push text content to left so that I can view both side by side.
<iframe allowfullscreen="true" webkitallowfullscreen mozallowfullscreen oallowfullscreen
msallowfullscreen id="frameB" draggable="true" runat="server" scrolling="yes" style="width: 69%;
max-width: 1500px; height: 495px;margin-top:-675px"></iframe>
Please help