开发者

HTML image display

开发者 https://www.devze.com 2022-12-26 21:10 出处:网络
I have an html开发者_运维技巧 file where i am loading images from an xml file in to it. i am using jtemplate for that. I am getting the images properly.but i want to display them horizontaly those are

I have an html开发者_运维技巧 file where i am loading images from an xml file in to it. i am using jtemplate for that. I am getting the images properly.but i want to display them horizontaly those are coming as vertical. Please help me to do that,This is the sample.


<img …><img …><img …>

By default, images are inline. They will appear in a horizontal row (subject to word wrapping) unless you add additional markup or styling to make it otherwise.


You can't rotate images in HTML or with javascript. You need to use some serverside programming language as PHP to crop or rotate image.


Make sure that the sum of widths of your images is less than the width of the container.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号