T O P I C R E V I E W |
andersonl |
Posted - 30 Nov 2011 : 03:39:06 I could not see if this had been requested before but how hard would it be to create an HTML link to IMDB that would open in a new page or TAB from within the GRID export to HTML. I have edited the HTML document and placed the following into it <a href = "http://www.imdb.com/title/ttnumber/"> where the ttnumber could be replaced with the reference number from the database.
Les |
5 L A T E S T R E P L I E S (Newest First) |
andersonl |
Posted - 09 Dec 2011 : 11:47:53 Glad to see that I explained it better the second time. Thanks for the good idea compliment.
|
JDommi |
Posted - 09 Dec 2011 : 09:17:14 Yes, now I have understand. It's simply a combination of the title and the web link. It's in my opinion a good idea.
*EDIT* I think that Ale has to change the code. At least I didn't have found a template to modify by the user. |
andersonl |
Posted - 08 Dec 2011 : 22:54:10 Check this link out for a preview http://members.optusnet.com.au/les_anderson/Capture.JPG
Code that was adjusted is below. This was done via editing the HTML code created by the Grid function to HTML within the program.
Original Code:
<td class="cs77E0C986" defanghtml_style="width:93px;height:21px;text-align:left;vertical-align:middle;">11-11-11</td>
Modified Code to make Movie Title a Hyperlink: <td class="cs77E0C986" defanghtml_style="width:282px;height:21px;text-align:left;vertical-align:middle;"><a href="http://imdb.com/title/tt1622547/"target="_blank"> 30 Minutes</td>
Does this now make sense?
|
JDommi |
Posted - 08 Dec 2011 : 09:50:46 Sorry, simply not seen your question before. I'm not really sure if I understand you correctly. Do you wanna add the imdb link to an exportet grid view or to show the imdb page instead of the internal HTML card? |
andersonl |
Posted - 08 Dec 2011 : 01:04:25 Does No one want to answer this question |