<div id="leftContent">
<div style="text-align: center">
<img src="S.jpg">
</div>
</div>
Now i have a stylesheet 'main.css' linked with this page... since i haven't set the width/height of img in the code itself I wanna set that via styling in main.css. How can I do that..?
P.S.: I don't have access to HTML file of the page.. I only have the access to the style sheet.