Link to home
Start Free TrialLog in
Avatar of jampost
jampostFlag for United States of America

asked on

Image orientation in MS Visual Studio for the web.

I have a simple problem of image orientation in MS Visual Studio 2012. I just need to rotate the image -90 (1/4 turn to the right). This is easily done in any other software. See the code below. There is also an attached screen shot.

<body>
    <form id="form1" runat="server" class="auto-style1">
<img src="Images/J_M__Logo_V4.png" class="auto-style2" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
<img src="Images/equipment.png" class="auto-style3" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<img src="Images/IMG_4243.jpg" class="auto-style3"/>&nbsp;
<img src="Images/equip_sample.png" class="auto-style4" />
<img src="Images/Amaya_XT.jpg" class="auto-style3" />&nbsp;<img src="Images/2ncs.jpg" class="auto-style3" />

    </form>
image.docx
ASKER CERTIFIED SOLUTION
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America 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
Avatar of jampost

ASKER

Thank you Paul.