insert image no gif
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
insert image no gif
Is there anyway that I can use the [img] code but make it so gifs are not linkable?
Re: insert image no gif
I don't understand what it is you are asking. Could you provide a little more detail and perhaps an example?
- Lumpy Burgertushie
- Registered User
- Posts: 1006
- Joined: Tue Feb 28, 2006 5:26 pm
Re: insert image no gif
images are not clickable unless you make them so.
for instance, this:
produces this:

and is not clickable/not a link.
however, this:
produces this:

which is clickable/a link.
so, gifs/images using the [img ] tag are not links unless you make them one.
if you are talking about people being able to right click on an image and save it, then that is a different matter and you can not really stop that anyway.
robert
for instance, this:
Code: Select all
[img]https://camo.phpbb.com/a16a483b08735a527af893eda9767d5896604003/687474703a2f2f6172656135312e70687062622e636f6d2f70687042422f7374796c65732f70726f73696c7665722f696d6167657365742f736974655f6c6f676f2e676966[/img]
and is not clickable/not a link.
however, this:
Code: Select all
[url=http://area51.phpbb.com][img]https://camo.phpbb.com/a16a483b08735a527af893eda9767d5896604003/687474703a2f2f6172656135312e70687062622e636f6d2f70687042422f7374796c65732f70726f73696c7665722f696d6167657365742f736974655f6c6f676f2e676966[/img][/url]
which is clickable/a link.
so, gifs/images using the [img ] tag are not links unless you make them one.
if you are talking about people being able to right click on an image and save it, then that is a different matter and you can not really stop that anyway.
robert