To add an image to an article in Empire CMS, you need to: 1. Upload the image to the file manager; 2. Copy the image address; 3. Paste the address into the article editor and insert the HTML code Picture; 4. Save the article.
How to add pictures to articles generated by Empire CMS
To add pictures to articles generated by Empire CMS article, please follow the steps below:
1. Upload the image
- Log in to the Imperial CMS backend.
- Navigate to "Article Management" > "Publish Articles".
- In the article editor, click the "Upload File" button.
- Select the image you want to upload and click "Upload".
2. Insert picture
- After uploading the picture, it will appear in the file manager.
- Find the picture in the article you want to insert and click on it.
- In the window that appears, copy the address of the image.
- Paste the image address into the article editor.
- Insert the image using the correct HTML code, as shown below:
<code class="html"><img src="图片地址" alt="图片描述"></code>
3. Save the article
- Click " Save button to save the article.
- Images will now be included in the generated article.
Tip:
- Make sure the image you upload is the right size.
- Use descriptive alt tags to improve the accessibility of your article.
- Store images in the "uploads" folder.
The above is the detailed content of How to generate article pictures in Empire CMS. For more information, please follow other related articles on the PHP Chinese website!
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn