+ 1
Adding multiple images on an HTML page
Hello, this may be a basic or dumb question, but I am trying to add a second Image to my site. I have an image container, but the image I am trying to add is half way down the webpage below a series of text. Can I add a second image container or is there a way to add the image tag to the container and adjust its placement within the container without affecting the class? Thank you anything help!đ
5 Answers
+ 5
control width and height of image
add overflow:scroll if you absolutely want it in a smaller space
+ 5
just post code link
+ 1
My image does still not appear. It is in a separate div the the img-container. When put in the container the image appears but is placed right the original. I could probably use padding, or is there a more efficient way to do it?
0
Check out Bootstrap.
0
Thank you!!