Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 html 文件,我正在将 xml 文件中的图像加载到其中。我为此使用jtemplate。我得到了正确的图像。但我想水平显示它们,那些是垂直的。请帮我这样做,这是示例。
<img …><img …><img …>
默认情况下,图像是内联的。它们将出现在水平行中(取决于自动换行),除非您添加额外的标记或样式以使其成为其他方式。
您不能旋转 HTML 或 javascript 中的图像。您需要使用一些服务器端编程语言作为 PHP 来裁剪或旋转图像。
确保图像的宽度总和小于容器的宽度。