Hi,

On 11 apr., 12:05, Julie <radac...@gmail.com> wrote:
> How do I make an image static so that it does not link to an external
> photo-hosting site?  My code right now is: <html><a href="http://
> s1250.photobucket.com/albums/hh535/smt31/?
> action=view&amp;current=newestlogo_redone.jpg" target="_blank"><img
> src="http://i1250.photobucket.com/albums/hh535/smt31/
> newestlogo_redone.jpg" border="0" alt="Photobucket"></a></html>


you can save the image in the same directory as the tiddlywiki resides
and then use:

[img[imageName.extension]]

Additionally you can modify the size by using [1] ImageSIzePlugin and
have your images in a different directory by telling tiddlywiki where
to look for them [2].

[1] http://www.tiddlytools.com/#ImageSizePlugin
[2] http://www.tiddlytools.com/#ImagePathPlugin

>
> Alternatively, how do I make the image link to a site that I want it
> to link to rather than the photo-hosting site?

Try this: [[TargetURLTitle|http://www.somesite.com]]<<tiddler
{{place.lastChild.innerHTML='<img src=ImageName.extension width=Enter
width; height=Enter height; alt="Alt name">'}}>>

This would make the image a clickable link pointing to target URL.

hth
seba

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to