| View previous topic :: View next topic |
| Author |
Message |
noelves
Joined: 11 Dec 2005 Posts: 3
|
Posted: Sun Dec 11, 2005 11:34 pm Post subject: delete original source? |
|
|
Hello,
How do I keep a thumbnail from being clickable? Once it is saved to my root document, will I be able to delete the orignal source of the image and still have it display correctly?
Example:
With the original source:
<img border="0" src="filename/christmas86_small.gif" xthumbnail-orig-image="filename/christmas086.gif" width="100" height="48">
Without the original source:
<img border="0" src="filename/christmas86_small.gif" width="100" height="48">
Thanks for you help,
noelves |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3590 Location: Sweden
|
Posted: Sun Dec 11, 2005 11:54 pm Post subject: Re: delete original source? |
|
|
Hi and welcome to DEVPPL.
I've never seen the command "xthumbnail-orig-image" before, what does it do? |
|
| Back to top |
|
 |
lalalogic 100+ Club
Joined: 16 Aug 2005 Posts: 200
|
Posted: Mon Dec 12, 2005 2:13 am Post subject: Re: delete original source? |
|
|
Are you using frontpage? Because this attribute is generated by the program to create a gallery. It works like a link to the full-sized image.
If you don't want your thumbnails to be clickable alter the size of your images with an image-editor so they look like thumbnails and use the second code.
If you don't want to change their size just change the width and height attributes in the <img> tag, but this will slow down the loading. |
|
| Back to top |
|
 |
|