- January 30, 2006
- 469
- 2
- Home Country
-
Belgium
Ok I am almost done with making a new grabber (from www.zita.be). There are a lot of channels on this website that are very imported for Belgian and Dutch users...
I am having some trouble with the template part. I sorted out the part in the source code where the title and description is placed:
The problem is now that there are differences between 2 programs. One program has some episode number related information but an other program for example hasn't...
Could someone help me with making this template, James maybe
Thanks!
THDBASED
I am having some trouble with the template part. I sorted out the part in the source code where the title and description is placed:
Code:
-----------------------------------------------------------------------------------------------------------------
<tr>
<td align="right" width="75" valign="top"><span class="txt_red_bold">23:15</span></td>
<td width="40"><img src="static/images/space.gif" alt="" width="30" height="1" border="0" /></td>
<TD>
<table border="0" cell spacing="0" cellpadding="0">
<tr>
<td>
<a name="event34826898"></a>
<span class="txt_red"><a href="event/detail.html?id=34826898" class="datumblokhl">The Bill</a></span>
</td>
<td rowspan="2" valign="top">
<img src="static/images/space.gif" alt="" width="10" height="1" />
</td>
</tr>
<tr>
<td>
Britse politiereeks over het wel en wee van de geüniformeerde politie en de recherche-afdeling van een politiekantoor v
</td>
</tr>
</table>
<br/>
<em>
(jg 18/afl 49). DI Nixon is ervan overtuigd dat Baxter de seriemoordenaar is, maar DS Chiu is sceptisch.</em>
</td>
</tr>
<tr>
<td colspan="3"><img src="static/images/zender_line.gif" width="588" alt="" height="13" border="0" /></td>
</tr>
-----------------------------------------------------------------------------------------------------------------
<tr>
<td align="right" width="75" valign="top"><span class="txt_red_bold">00:05</span></td>
<td width="40"><img src="static/images/space.gif" alt="" width="30" height="1" border="0" /></td>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<a name="event34826899"></a>
<span class="txt_red"><a href="event/detail.html?id=34826899" class="datumblokhl">De rode loper</a></span>
</td>
<td rowspan="2" valign="top">
<img src="static/images/space.gif" alt="" width="10" height="1" />
</td>
</tr>
<tr>
<td>
Mediamagazine met actuele berichten over de verschillende binnen- en buitenlandse sterren uit de amusementswereld.
</td>
</tr>
</table>
<br/><em></em>
</td>
</tr>
<tr>
<td colspan="3"><img src="static/images/zender_line.gif" width="588" alt="" height="13" border="0" /></td>
</tr>
-----------------------------------------------------------------------------------------------------------------
The problem is now that there are differences between 2 programs. One program has some episode number related information but an other program for example hasn't...
Could someone help me with making this template, James maybe
Thanks!
THDBASED