This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
help me please

i need to know how to make a pic bigger and use it as an click entry to my site

Re: help me please

Ok it's so easy to learn

you put this code for your picture

img src="blabla.jpg" right?

if you wanna make it bigger..

img src="blabla.jpg" width="blabla" height="blabla

and if you want your visitors to see a text when they hover on that picture

img src="blabla.jpg width="123" height="123" alt="hello world"

nice to help you!

Browser: inter_cem@msn.com,3

Re: Re: help me please

A picture has a "natural" size which the browser determines from the file size. You can see this by opening a jpg in My Computer (I am assuming you have a Windows PC).

If you set the height and width parameters larger than this then the picture quality will be degraded.

If you do not keep the height and width parameters in proportion then the picture will be distorted.