Home > Article > CMS Tutorial > How to use the DreamWeaver system tag Flink
1. Instructions for using Flink tags
You can obtain four different styles of friend link lists based on the period parameters.
Basic syntax:
{dede:flink type=' ' row=' ' col=' ' titlelen=' ' tablestyle=' '}{/dede:flink}属性
1. type: link type, value: textall. Display textimage in all text. Text and images must be mixed. Text only displays without logo. Link image only displays links with logo
2. row: how many rows to display, the default is 4 rows
3. col: how many columns to display, the default is 6 columns
4. titlelen: the length of the site text
5. tablestyle: the arrangement of friendly links can be customized
2. Flink tag test example
1. All friendly links are displayed in text
{dede:flink linktype='2' type='textall' row='24'}[field:link /]{/dede:flink}
2. Pictures and text are mixed to display friendly links
{dede:flink linktype='2' type='textimage' row='24'}[field:link /]{/dede:flink}
3. Only friendly links without LOGO images are displayed
{dede:flink linktype='2' type='text' row='24'}[field:link /]{/dede:flink}
4. Only display friendly links with LOGO pictures
{dede:flink linktype='2' type='image' row='24'}[field:link /]{/dede:flink}
Recommended tutorial: dedecms tutorial
The above is the detailed content of How to use the DreamWeaver system tag Flink. For more information, please follow other related articles on the PHP Chinese website!