How can i do this ?

If you need help on how to use the program
Post Reply
TheJaCKaL

How can i do this ?

Post by TheJaCKaL »

HI, sorry for my english but iam chilean. :-) i speak spanish, i think so.. :-)


Ok, how can i put a link in the image of a movie ?

I export my catalog to html and i want a link in the pictures to its webs.

thankz for all


:-)
antp
Site Admin
Posts: 9668
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

You mean that by clicking on the picture it redirects to the website of the movie ?
TheJaCKaL

reply

Post by TheJaCKaL »

Yes... that i want.
antp
Site Admin
Posts: 9668
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

<a href="$$ITEM_URL">$$ITEM_PICTURE</a>
TheJaCKaL

.....

Post by TheJaCKaL »

Sorry , but where have i put that ?

this is my code..

<html><head>
<style TYPE="text/css">
text,body,p,div,span,th,td,ul,li { FONT-SIZE: 10pt; FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: black; background: white; }
HR { color: black; }
A:link { COLOR: #003399; background: white; }
A:visited { COLOR: #003399; background: white; }
A:hover { COLOR: #CC0000; background: white; }
A:active { COLOR: #CC0000; background: white; }
td.blk { color: white; background: black; border: solid; border-color: black; }
table.blk { color: white; background: black; border: solid; border-color: black; border-width: thin; }
table.lgt { color: black; background: white; border: solid; border-width: thin; border-color: #F5F5F5; }
td.lgt { color: black; background: white; border: solid; border-width: thin; border-color: #F5F5F5; }
p.title { font-size: 18pt; font-weight: bold; }
</style></head><body>
<p>Ultima Actualizacion $$DATE. </p>
<p align="center"> <strong><em> respaldoz@mail.cl</em></strong></p>

</a></strong></em>

<table class="blk" border="1" cellspacing="0" cellpadding="5"><tr>
<td class="blk" nowrap>Ranking</td>
<td class="blk" nowrap>Titulo Original</td>
<td class="blk" nowrap>Titulo en Español</td>
<td class="blk" nowrap>Formato</td>
<td class="blk" nowrap>Lenguaje</td>
<td class="blk" nowrap>Subtitulos</td>
</tr>$$ITEM_BEGIN<tr>
<td rowspan="2" class="lgt"><strong>$$ITEM_APPRECIATION<br>$$ITEM_PICTURE</strong></td>
<td class="lgt"><strong>$$ITEM_ORIGINALTITLE </strong></td>
<td class="lgt">$$ITEM_TRANSLATEDTITLE </td>
<td class="lgt">$$ITEM_VIDEOFORMAT </td>
<td class="lgt">$$ITEM_LANGUAGES </td>
<td class="lgt">$$ITEM_SUBTITLES </td>
</tr><tr><td colspan="6" class="lgt">$$ITEM_DESCRIPTION </td></tr><tr><td colspan="7" class="blk"></td>
</tr>$$ITEM_END</table><p><strong>Total: $$TOTALMOVIES movies</strong></p></body></html>


THankZ.....
antp
Site Admin
Posts: 9668
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

where there is already a $$ITEM_PICTURE (which corresponds to the picture), just replace that by the code that I gave you
Post Reply