Generally, due to the limitation of the width of the dedecms template, the title of the article cannot be fully displayed, but the complete title can be displayed when the mouse slides over the title of the article. It's easy to move the mouse of Zhimeng DedeCMS to display the complete title. you just need to add
Generally, due to the limitation of the width of the dedecms template, the title of the article cannot be fully displayed, but the complete title can be displayed when the mouse slides over the title of the article.
ZhimengThe modification method of moving the DedeCMS mouse over the title to display the complete title is very simple. you just need to add it.
Title = "[field: fulltitle]"
Example:
{Dede: arclist row = '8' titlelen = '32 '}
- [Field: title/] [field: url/] [field: pubdate function = "MyDate ('M. D', @ me)"/]
{/Dede: arclist}
Row = '8' displays the title of the call to 8 articles
Titlelen = '32' the title contains 16 characters. one Chinese character equals two characters, and two punctuation marks equals one character. Generally, the length of the title is adjusted to 32, which is 16 Chinese characters, and so on.
Title = "[field: fulltitle/]" This article focuses on this, because this article describes how to move the mouse of DedeCms to display the complete title at the title, add the link to the location where the link is added in red.