|
Haven't registered yet? Do it here now!
|
pimp3611
Joined: 12 Apr 2007 Posts: 4
|
|
|
|
|
|
|
Posted: Thu Sep 03, 2009 1:08 am Post subject: Template Problem |
|
|
|
|
|
|
|
|
|
|
I'm trying to output my trades in a list.
I need the output trade links to go in a <UL> and <li> tags.
I'm using the following template:
Code: | {tradelinkformat,<a href='{url}' title='{title}'>{anchor}</a>}
{trades,1-0} |
Where should the ul and li tag go? |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Thu Sep 03, 2009 8:11 am Post subject: |
|
|
|
|
|
|
|
|
|
|
Code: |
{tradelinkformat,<li><a href='{url}' title='{title}'>{anchor}</a></li>}
<ul>
{trades,1-0}
</ul>
|
_________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
pimp3611
Joined: 12 Apr 2007 Posts: 4
|
|
|
|
|
|
|
Posted: Thu Sep 03, 2009 6:49 pm Post subject: |
|
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|
|
|
|
| |