Photographs can be used to liven up pages where what they add to the page outweighs the extra download time.
Photographs in which individuals are identifiable should only be added to the site after the people pictured have been asked whether this is OK.
We will not normally add identifiable photographs of people under the age of 18 to this site.
Pictures inline in a page should be quite small thumbnails, a reasonable limit would be 10kB for images that are mainly decorative, but often you will be able to get them under 5kB. For pictures that convey significant information, more is fine. They say a picture is worth a thousand words. A thousand words of text in HTML format will average about 7kB!
If it is necessary to show a large image, consider putting a small thumbnail inline, which links to the large image. The British Go Association Picture Gallery is a good example of this.
Photographs, and similar images, should be in JPEG format, with a ‘.jpg’ file extension.
Diagrams, with large areas of solid colour and sharp outlines, should be in PNG format, with a ‘.png’ extension. However, if you can't avoid it, use GIF format.
The name of the file should be the surname followed by the first initial (that he/she's known by) and the extension in lower case, e.g. hitchensb.jpg. Where you have both a high-resolution image, and a corresponding thumbnail image, then the thumbnail image should have the same name as the full-sized image, with ‘-t’ added at the end of the name and before the file extension. For example ‘th.jpg’ and ‘th-t.jpg’ in the picture gallery.
In general pictures of people should be added to the directory /files/people.
Photographs which are a mug-shot of someone should be added to the picture gallery, and then referenced from there, as in done of the People involved in running the BGA page. To get a picture added to the gallery, ask the webmaster.
Photographs that were intimately related to a particular part of the site were put in a relevant subdirectory within import files when the website was converted to Drupal. For example ‘/importfiles/bchamp/2002/game1_1.jpg" on The British Go Championship 2002 page.
Pictures that go with a particular page can be added to that page as a file attachment.
If there are a lot of pictures with the same theme, for instance photos of a particular tournament, then a gallery can be created and the photos added to that with appropriate captions. For instance, see a WMSG gallery.
alt="".
You should also specify the size of the image in the HTML, so the template
HTML for an image is:<img src="..." width="..." height="..." alt="...">
You should also specify some text that is
displayed as a tool-tip when the user mouses-over the image. The correct way to
do this is to specify a title="[some more information about the
image]" class="floatright"
Another alternative is to use a table if you have a series of images that need to be displayed vertically in a separate column. See Pictures for an example of this.