Joke Collection Website - Blessing messages - How to carry out advanced typesetting on WeChat platform

How to carry out advanced typesetting on WeChat platform

Wechat platform often needs to publish some graphic messages. How to use WeChat's simple editing system to typeset and push content is a problem that many Mr. WeChat must face.

Paragraph design

When editing a text paragraph, a WeChat gentleman with no attitude may be directly copied text or directly entered text by the keyboard.

If you can type two spaces at the beginning of a paragraph (full-angle input method), you can indent the first line. If you can press Enter at the end of a paragraph, the structure between paragraphs will be very clear.

Because WeChat provides ordered list and unordered list functions, the list function is still very practical.

Project 1

Item 2

Item 3

If you need typesetting, you can apply left alignment, right alignment, center alignment and two-end alignment in paragraph format (right mouse button will bring up a menu).

Advanced master's degree

If you have used html,

Give some chestnuts.

Height (with indentation):

Gaofuer (with border):

Gao Fushan (background):

How to realize advanced typesetting

How is the effect achieved? Give the owner an instruction and give it to < blockquote & gt to set CSS styles, such as border, color, background color, padding, etc. Set the style in the web page making tool or other places, and then copy the text, and the style of the text will come to WeChat!

Considering that some people don't understand, let's talk about these three Gao Fushuai effects in detail.

High analysis:

& ltblock quote style = " padding:0px 20px; border-left:5px solid # c9c9c 9;" & gt About love. Share love words, love sentences, love tests, love psychology, love music, love micro-novels, a favorite word-controlled reading website. Collect creative gifts that boys and girls like, and have a little fresh website with love. & lt/block quote & gt;

You don't need to know.

How to use the code after it is written? You can use WeChat without directly copying it. We need to display the webpage effect in other places, and then copy the text to WeChat. At this point, the text retains the CSS style. A complete html file has a corresponding format, and the complete code is as follows:

& lthtml & gt

& lthead & gt

& lt/head & gt;

& ltbody & gt

& ltblock quote style = " padding:0px 20px; border-left:5px solid # c9c9c 9;" & gt About love. Share love words, love sentences, love tests, love psychology, love music, love micro-novels, a favorite word-controlled reading website. Collect creative gifts that boys and girls like, and have a little fresh website with love. & lt/block quote & gt;

& lt/body & gt;

& lt/html & gt;

You just need to copy the above words to Notepad and save them as file names. Html, and then open it through a browser to see the effect:

Copy and paste everything in the webpage on WeChat, and then modify it into your own effect, and the Gao Fushuai effect is born!

⊙ Gao Fu Er Analysis:

The main difference between Gao Fu Er and Gao Fu Yi is that there are borders around them. Just change border-left to border.

The complete code is as follows:

& lthtml & gt

& lthead & gt

& lt/head & gt;

& ltbody & gt

& ltblock quote style = " padding:0px 20px; Border: 2px solid # c9c9c9"& gt About love. Share love words, love sentences, love tests, love psychology, love music, love micro-novels, a favorite word-controlled reading website. Collect creative gifts that boys and girls like, and have a little fresh website with love. & lt/block quote & gt;

& lt/body & gt;

& lt/html & gt;

Analysis of ⊙ Gao Fu San:

The border style of Gao Fu San is dotted line instead of solid line, and the background color is added: #116D8a;

The complete code is as follows:

& lthtml & gt

& lthead & gt

& lt/head & gt;

& ltbody & gt

& ltblock quote style = " padding:0px 20px; Border: 2px dotted line # c9c9c9 Background color: #116D8a; " & gt Contact Author: @ 京京京 (Sina Weibo)

& lt/body & gt;

& lt/html & gt;