ThePlace

Home ] Search ] Resources ] Site Map ] Contact Me ]
Dave's Information Technology Resource

Up ] Graphic Tips ] Graphic File Format Comparisons ] Animated GIFs ] Transparent GIFs ] Image Maps ] Safe Colors ] Scanners, Cameras, etc ]

Multimedia References ] Text ] [ Graphics ] Digital Audio ] MIDI Files ] Digital Video ] Streaming Content ] Flash Animation ]

--- Graphics ---

References for Graphics Technology

bulletComputer Graphics on the Net ... http://ls7-www.cs.uni-dortmund.de/cgotn/ 
bulletGraphics File Resource ... http://www.dcs.ed.ac.uk/home/mxr/gfx/ 
bulletGIF and JPEG ... http://www.dcs.ed.ac.uk/home/mxr/gfx/2d-hi.html 
bulletPNG ... http://www.libpng.org/pub/png/ 

 

Placing Pictures on Your Page

The following are some of the things you can do with images on a web page...

 

This (rather plainly placed image) was done with the following...<img src="images/demo1.jpg" width="200" height="150">

With text beside it.

This was done with...<img src="images/demo1.jpg" align="middle" hspace="7" vspace="3" width="200" height="150">With text beside it.  Note the use of the align (for positioning text, hspace (horizontal space), and vspace (vertical space) attributes.

This was done with...<img border="0" src="images/demo1.jpg" width="127" height="95">  Note how the width and height attributes can be used to change the size of the image.

 

Home ] Up ] Computer Architecture ] Programming Bootcamp ] Database Bootcamp ] Visual BasicS ] Web Basics ] Web Programming ] Advanced Web Topics ] Developing Web Sites ] XML Technology ] Web Glossary ]

Copyright © 1999 - 2005 
ThePlace - Written and Sponsored by Dave Hillman