I want to place an image at a fixed coordinate on the page, left corner of screen for example.
I also want to control the size of the image.
I want to place an image at a fixed coordinate on the page, left
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s a sample that positions an image. Coordinates are specified using field ‘margin’ of the img tag. You can change the size of the image by varying width and height. Copy and save the snippet below (use extension html), and open it in any browser to see it in action.
Here’s a link to page that details the various html tag options.