Haven't registered yet? Do it here now!
|
zobmaster
Joined: 13 Jan 2007 Posts: 35
|
|
|
|
|
|
|
Posted: Tue Jan 30, 2007 7:26 pm Post subject: how to <li> links? |
|
|
|
|
|
|
|
|
|
|
I tried something like that, but it's only working with the first link.
<table>
<tr>
<td><ul>
<li>%%galleries,static,1-10,fling%%</li>
</ul></td>
<td><ul>
<li>%%galleries,static,11-20,fling%%</li>
</ul></td>
</tr>
</table>
is it possible & how to do it? |
|
|
|
|
|
|
|
kaktus Owner
Joined: 22 May 2004 Posts: 1576 Location: CheapestAdultScripts.com
|
|
|
|
|
|
|
Posted: Tue Jan 30, 2007 9:08 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
hi there, yeah, thats possible, but you need to use the "custom text galleries link format" field in the template settings.
for the text galleries format put like Code: | <li><a href="%%URL%%">%%DESCR%%</a></li> |
and in your template code, put like:
Code: |
<table>
<tr>
<td><ul>
%%galleries,static,1-10,fling%%
</ul></td>
<td><ul>
%%galleries,static,11-20,fling%%
</ul></td>
</tr>
</table>
|
[/code] _________________
|
|
|
|
|
|
|
|
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
|
|