here is my code:
<div id="Notify" style="clear:both;"> <div style="text-align:right;"> <div style="text-align:left;"> Send Table to Standards By Email. (everything below is a placeholder) <br /><br /> Saved at: @DateTime.Now.ToString() <br /> Saved by: 107 <br /><br /> <input type="submit" value="Send Email" /> </div> </div> </div> <br /> <br /> <div id="PTable"> Products Table Placeholder </div>
When I try to do this, everything is aligned to the left. If I use float: on the right, then PTable and Notify will be side by side. Unlike PTable, below is Notify.
I would like to: notify on top and all the text in its inner div, aligned on the left border of the inner div. PTable under Notify is aligned how the browser looks.
source share