开发者

HTML image display

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜