Difference between revisions of "Working With Images"

From the Family Tree Forum Reference Library
m
m
Line 9: Line 9:
  
  
To use images on pages in The Wiki, you have two options. It is possible to link to them from sites like [http://photobucket.com/ 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. External sites give 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 othe images but the coding is more complex using images from external sites.
+
To use images on pages in The Wiki, you have two options.  
 +
 
 +
It is possible to link to them from sites like [http://photobucket.com/ 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.
  
  
Line 20: Line 26:
  
 
[[PAGE TO BE MADE]]
 
[[PAGE TO BE MADE]]
 +
 +
 +
To display images you should ensure that there are two line spaces BEFORE the image code and two spaces AFTER the code.
  
  
Line 29: Line 38:
 
You can only upload .jpg (.JPEG) files and they cannot be larger then 150kb.
 
You can only upload .jpg (.JPEG) files and they cannot be larger then 150kb.
  
 +
 +
'''Step by Step instructions can be found on '''[[Uploading images to The Wiki]]''''''
  
  
Step by Step instructions can be found on '''[[Uploading images to The Wiki]]'''
+
==Code for images==
  
 +
The coding to align your images is built up as follows:
  
==Code for images==
+
'''[[name.jpg | alignment | size | thumb ''or'' frame | caption]]'''
  
  
====One single image====
+
'''N.B.''' If you do not see the | character on your keyboard, you can obtain it by holding down the ALT key and simultaneously typing 124 on the numeric keypad. The character will appear when you release the ALT key.
  
name | alignment | size | thumb ''or'' frame | caption
 
  
 +
====One single image====
  
  
Line 114: Line 126:
 
'''WARNING: As soon as you add ''frame'' or ''thumb'', combining pictures and text can give very unpredictable results.'''
 
'''WARNING: As soon as you add ''frame'' or ''thumb'', combining pictures and text can give very unpredictable results.'''
  
You can add many many carriage returns, but it is easier to add as many <nowiki<br></nowiki> as you need as has been done in the construction of this page. The number of <nowiki<br></nowiki> you need is dictated by the size of the picture.
+
You can add many many carriage returns, but it is easier to add as many <nowiki><br></nowiki> as you need as has been done in the construction of this page. The number of <nowiki><br></nowiki> you need is dictated by the size of the picture.
  
 
'''It is easier to take control over the layout of page by using extra code such as in a ''TABLE'' or ''GALLERY''.'''
 
'''It is easier to take control over the layout of page by using extra code such as in a ''TABLE'' or ''GALLERY''.'''

Revision as of 10:32, 4 April 2008

Page being edited by Caroline


Style8.jpg



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 The Wiki Index fr2.jpg

This picture has been uploaded to Photobucket a0eb401.gif

This page deals with using single images. If you wish to know more about using them in other ways, please consult:


PAGE TO BE MADE


To display images you should ensure that there are two line spaces BEFORE the image code and two spaces AFTER the code.


Ruleimage.jpg


Uploading pictures to The Wiki

You can only upload .jpg (.JPEG) files and they cannot be larger then 150kb.


'Step by Step instructions can be found on Uploading images to The Wiki'


Code for images

The coding to align your images is built up as follows:

alignment | size | thumb or frame | caption


N.B. If you do not see the | character on your keyboard, you can obtain it by holding down the ALT key and simultaneously typing 124 on the numeric keypad. The character will appear when you release the ALT key.


One single image

1. You can just put in the image

It 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:

Building3.jpg


2. You can choose horizontal alignment - right, left or center

[[image:NAME OF IMAGE.jpg|alignment]]

ACTUAL CODE: [[image:Building3.jpg|center]]

GIVES:

Building3.jpg


3. You can choose the size

[[image:NAME OF IMAGE.jpg|size]]

ACTUAL CODE: [[Building3.jpg|50px]]

GIVES:

Building3.jpg


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:

Building3.jpg














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:

Work in progress














6. Using frame instead of thumb

N.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:

Work in progress
















WARNING: As soon as you add frame or thumb, combining pictures and text can give very unpredictable results.

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.

It is easier to take control over the layout of page by using extra code such as in a TABLE or GALLERY.


PAGE TO BE MADE


Adding images from Photobucket or other websites

UserPage3.jpg


If you want to have a picture in a particular place, you need to add code.


Aligning single pictures

Left Aligned

a0eb401.gif
<div align="left">http://i107.photobucket.com/albums/m306/caroline_lewcock/a0eb401.gif </div>


Centred

a0eb401.gif
<div align="center">http://i107.photobucket.com/albums/m306/caroline_lewcock/a0eb401.gif </div>


Right Aligned

a0eb401.gif
<div align="right">http://i107.photobucket.com/albums/m306/caroline_lewcock/a0eb401.gif </div>


Putting pictures in a row

xxxxxxxxxxxxxxxxxxxxxxxxxx


Other Help Pages