Posted on: 10/16/2015 12:40:45 AM | Views : 1207

I have a <div> tag that I named Header, where I am placing an image.  The dimensions of the image are 316X126, and I have set my Header <div> large enough to support that, but the HTML table always stats on the exact same line regardless of the dimensions of my <div> tag.  What do I need to do so that the entire image is displayed?  This is my image syntax as well as the start of the table.
<div id="Header" runat="server" width="140" height="500" > <img src="../Logo.jpg" alt="Logo"/> </div> <table id="tableinfo" > <tr>

Go to the complete details ...