simple html code to show one large png (3060 x 2222px) center aligned - scroll vertically only -
this question has answer here:
- display image in center of page 3 answers
i place 1 large png in center of web page show client. if have tried many codes, never aligns center.
the image bigger browser. left , right need fall off. client allowed scroll down, not left or right.
can me code, please? thx seb
try this:
<img src="your_image.jpg" style="display:block;margin:auto;width:100%;"/>
Comments
Post a Comment