简体   繁体   English

如何在 Joomla 的主页上水平添加 3 个图像?

[英]How do I add 3 Images on my home page horizontal in Joomla?

I want to add three images on my home page in Joomla:我想在 Joomla 的主页上添加三个图像:

在此处输入图片说明

Upload your images on the server where Joomla is running : left column of the administration panel -> Media -> Upload (green button on the left top).在运行 Joomla 的服务器上上传您的图像:管理面板的左栏 -> 媒体 -> 上传(左上角的绿色按钮)。
Create a Custom Module : Extensions -> Modules -> New , then in the Select a Module Type list, choose Custom HTML.创建Custom ModuleExtensions -> Modules -> New ,然后在选择模块类型列表中,选择自定义 HTML。 Then if you don't use any particular editor (I mean you type HTML code) in the text part of the module, you can type something like <img src="images/<<the-path-you-chosed-for-your-images>>" alt="<<your-message>>" width="<<the-width>>" height="<<the-height>>" /> to insert an image.然后如果你在模块的文本部分不使用任何特定的编辑器(我的意思是你输入 HTML 代码),你可以输入类似<img src="images/<<the-path-you-chosed-for-your-images>>" alt="<<your-message>>" width="<<the-width>>" height="<<the-height>>" />插入图像。 My advice : don't specify the width and height and the images will automatically adapt to the size of the window.我的建议:不要指定宽度和高度,图像会自动适应窗口的大小。
Finally, assuming you're using the Protostar template, assign the module to the Footer position of Protostar.最后,假设您使用的是 Protostar 模板,将模块分配到 Protostar 的Footer位置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM