I am trying to align an image at the center and all the way at the top.
Currently I have:
HTML Code:
<div style="padding-left: 233px"><a href="1_2_Products.html"> <img src="web_images/str8_v2.jpg" alt="" /> </a></div>
Which I am gettting the image to center (I don't know if the image will stay centered this way with the padding with different screen sizes, or just shifted to the right more on some screens), but there is a space gap between the image and the top of the screen. How can i get rid of this gap and get the image ALL the way at the top of the screen and without the space?