image as URL in forum rules

Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Locked
FFJim
Registered User
Posts: 6
Joined: Thu Feb 05, 2009 5:36 am

image as URL in forum rules

Post by FFJim »

Is there a combination of [URL] and [IMG] tags, or even some other way, that would allow me to display an image in Rules section of a forum and then link to another location if the image is clicked? In other words, something like an HTML <a> tag with an image but no text.

FFJim
Registered User
Posts: 6
Joined: Thu Feb 05, 2009 5:36 am

Re: image as URL in forum rules

Post by FFJim »

Got it!

Code: Select all

[url=destinationURL][img]grapicURL[/img][/url]

Locked