Page 2 of 2

Re: Download Link BBCode

Posted: Fri Jun 19, 2009 5:44 pm
by LDM
Isn't that what you want it to do though? It may be different depending on what player they have set up to play avi files.

Re: Download Link BBCode

Posted: Wed Nov 18, 2009 4:47 am
by Looney
How can you make the text appear below the image?

Re: Download Link BBCode

Posted: Wed Nov 18, 2009 3:13 pm
by LDM
Try this for your html instead for text under. Not tested so may have to post if not working.

HTML:

Code: Select all

<table>
<tr>
<td title="Download Here !!" onclick="window.location.href='{URL}'" style="cursor:pointer;"><span onmouseover="this.style.color ='#FF0000';" style="font-weight: normal; font-size: 11px; color: #000000; font-family: Arial;" onmouseout="this.style.color='#000000';"><b>&nbsp;Download Here !!</b></span></td>
<td title="Download Here !!" onclick="window.location.href='{URL}'" style="cursor:pointer;"><img src="images/download.png" alt="" /></td>
</tr>
</table>

Re: Download Link BBCode

Posted: Wed Nov 18, 2009 4:26 pm
by Looney
Tested it and the text went bottom left but not below the image. Thanks for your time LDM, appreciate it alot

Re: Download Link BBCode

Posted: Mon Apr 05, 2010 8:01 am
by the4thmoz
Thx verry much

Re: Download Link BBCode

Posted: Thu Jun 03, 2010 1:40 pm
by NeoFury
awesome, thanks!