Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ASP.net HTML5 position image in centre of div

Hi. I am trying to position the image in the following div in my ASP.net project but it appears on the left

 <div style="float: left; width: 25%;" class="div" >
        <h1 style="font-family:'Century Gothic';font-size:16px">xxxxxxxxxxxxxxxxxxxxxx</h1>
     <h2 style="font-family:'Century Gothic';font-size:14px">xxxxxxxxxxxxxxxxxxxxxxxxxx</h2>    
     <p style="font-family:'Century Gothic';font-size:12px">
      Connecting all the users in your operation to a cloud SQL central database will bolster your data management, accelerate your processes and sharpen your decision making.</p>
        <p style="font-family:'Century Gothic';font-size:12px">
            xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,
        </p>
<asp:Image ID="Image1" runat="server" Height="144px" ImageUrl="~/Resources/Cloud_Hub.jpg" Width="287px"  ImageAlign="Middle" />
        <p style="font-family:'Century Gothic';font-size:12px">
            &nbsp;</p>
 </div>
ASKER CERTIFIED SOLUTION
Avatar of Mrunal
Mrunal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

Thanks