Hey,
I want to create a list of asset listing pages like that:
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
Is this possible?
Thanks
Hey,
I want to create a list of asset listing pages like that:
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
Is this possible?
Thanks
Put the <ul> and </ul> in the page format either side of the asset list keyword, then in the type definition you have the <li> .... </li>
Tony