Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: Tuelz
Topic ID: 19
Message ID: 103
#103, RE: ZZ Tuelz - incomplete RSS output
Posted by Kurt on Jul-27-09 at 11:23 AM
In response to message #102
>Hi Kurt,
>
>I can do a single output just fine, But if i try to print 2
>or more items, then it messes up.
>
>I figured out somewhat, the problem.
>
>The output is using sever div tags, so when u do more than
>one item it shifts. I had a little success adding tables,
>but I am not a programmer, so could not get it just right.
>
>So, on to the next step.


Hey Kelvin,

If tables work, let's try this:

Add the folloowing code to the template pages:
<table width=>


</table>

Have ZZ insert the RSS AFTER:
<table width=> (This gives us a "unique" table tag, incase you use other tables on the page.)


In the "Formatting Template for RSS Content" in ZZ add this to the begining of the formatting:

<tr align="top"><td>

Add the following to the end of the formatting:

</td></tr>

You should have something like this in the Formatting Template for RSS Content box:


<tr align="top"><td>
<a href="{url}">{title=50}</a><br>
{description=150}<br>
</td></tr>