Download Link BBCode

A selection of BBCodes for use on your phpBB3 Forums.
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Download Link BBCode

Post 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.
Looney
Forum Member
Forum Member
Posts: 2
Joined: Tue Nov 17, 2009 10:33 pm

Re: Download Link BBCode

Post by Looney »

How can you make the text appear below the image?
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Download Link BBCode

Post 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>
Looney
Forum Member
Forum Member
Posts: 2
Joined: Tue Nov 17, 2009 10:33 pm

Re: Download Link BBCode

Post by Looney »

Tested it and the text went bottom left but not below the image. Thanks for your time LDM, appreciate it alot
the4thmoz
Forum Member
Forum Member
Posts: 1
Joined: Mon Apr 05, 2010 7:59 am

Re: Download Link BBCode

Post by the4thmoz »

Thx verry much
NeoFury
Forum Member
Forum Member
Posts: 5
Joined: Thu Jun 03, 2010 1:36 pm

Re: Download Link BBCode

Post by NeoFury »

awesome, thanks!
Post Reply