Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Dream-weaving article page realizes the method of letting users choose font size

2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article is about the implementation of the dream weaving article page that allows users to choose font size. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look.

Dream article page how to enable users to choose the font size?

Dream weaving DEDECMS article page implementation allows users to choose font size

Recommended study: dream weaving cms

First, put the following code after and before the content page template.

Function FontZoom (fsize) {var ctext = document.getElementById ("content"); ctext.style.fontSize = fsize + "px";}

Second, put the following code where the case of the call is required:

Font: [large, medium and small]

Third, you need to use the code in the BODY part of the content page:

Change the original template to

Note: if you are not using the official template, then you need to modify the corresponding code, maybe not content, please pay attention!

Thank you for reading! On the dream article page to achieve the method of letting users choose font size to share here, I hope the above content can be of some help to you, so that you can learn more knowledge. If you think the article is good, you can share it and let more people see it.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 253

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report