[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sheflug] off topic - embedding images in html



Steve Fisher wrote:

Morning all

I am not html literate so.......

off topic - how do I embed images in an HTML document (at work using
windows)

all pointers welcome!!
To include an image, something like:

<img src="blah.jpg">

To make it a background:

<body background="blah.jpg">

You can augment with weight and height tags and an alt tag is a good idea also, something like:

<img src="blah.jpg" width="150" height="180" alt="Image of Blah">

Regards,

Jonathan


___________________________________________________________________

Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html

GNU the choice of a complete generation.