![]() |
|
|||||||
| Notices |
Working With ImagesFrom the Family Tree Forum Reference Library
To use images on pages in The Wiki, you have two options. It is possible to link to them from sites like Photobucket or your own website but you need to remember not to move or delete those pictures. It is safer to upload them directly to The Wiki although there are limitations on type and size. Linking to pictures on an external site gives you the opportunity to add animations, larger pictures or other file types. Both methods give you the opportunity to create clickable pictures, mix them with text and other images but the coding is more complex using images from external sites.
This picture has been uploaded to Photobucket This page deals with using single images. If you wish to know more about using them in other ways, please consult Using Multiple Images.
Uploading pictures to The WikiYou can only upload .jpg (.JPEG) files and they must be no larger then 150kb.
Code for imagesTo align, dictate the size, give them a frame and/or caption for your images, the code is built up as follows: [[name.jpg | alignment | size | thumb ''or'' frame | caption]]
One single image1. You can just put in the imageIt will come out full size and aligned to the left with no border or caption: [[image:NAME OF IMAGE.jpg]] ACTUAL CODE: [[image:Building3.jpg]] GIVES:
2. You can choose horizontal alignment - right, left or center[[image:NAME OF IMAGE.jpg|alignment]] ACTUAL CODE: [[image:Building3.jpg|center]] GIVES:
3. You can choose the size[[image:NAME OF IMAGE.jpg|size]] ACTUAL CODE: [[Building3.jpg|50px]] GIVES:
4. To get a frame round your picture[[image:NAME OF IMAGE.jpg|alignment|size|thumb]] ACTUAL CODE: [[image:Building3.jpg|left|200px|thumb]] GIVES:
5. To get a frame and have a caption for the picture[[image:NAME OF IMAGE.jpg|alignment|size|thumb|caption]] ACTUAL CODE: [[image:Building3.jpg|left|200px|thumb|Work in progress]] GIVES:
6. Using frame instead of thumbN.B. Using frame gives a neater display, but as you can see from this example, if you use frame instead of thumb, the image displays at full size even if you have changed the size. [[image:NAME OF IMAGE.jpg|alignment|size|frame|caption]] ACTUAL CODE: [[image:Building3.jpg|left|10px|frame|Work in progress]] GIVES:
You can add many many carriage returns, but it is easier to add as many <br> as you need as has been done in the construction of this page. The number of <br> you need is dictated by the size of the picture. N.B. If the image has no "built in" border you need to use |thumb| not |frame| as you cannot control the size of the image with |frame|. Unless you want a caption, you are better off making a frame on your image before uploading it. It is easier to take control over the layout of page by using extra code such as in a TABLE or GALLERY.
Adding images from Photobucket or other websitesWhen using a single picture hosted on another website, you just need to copy the URL of the picture. You do not need to add any other code unless you wish to specify where on the page you wish the picture to appear. For using multiple images hosted outside the The Wiki please see Using Multiple Images.
From PhotobucketTo get the link from pictures hosted on Photobucket select the Direct Link:
ACTUAL CODEhttp://i107.photobucket.com/albums/m306/caroline_lewcock/figaro1.jpg
THE RESULT
Other websites
ACTUAL CODE http://www.lewcock.net/images/FTForum/granny4.jpg
THE RESULT
Alternative method of aligning single picturesLeft Aligned <div align="left">http://i107.photobucket.com/albums/m306/caroline_lewcock/a0eb401.gif </div>
Centred <div align="center">http://i107.photobucket.com/albums/m306/caroline_lewcock/a0eb401.gif </div>
Right Aligned <div align="right">http://i107.photobucket.com/albums/m306/caroline_lewcock/a0eb401.gif </div>
Using more than one image with or without text
Other Help Pages |
|