|
Posted by Ben C on 03/20/07 16:11
On 2007-03-20, Travis Newbury <TravisNewbury@hotmail.com> wrote:
> On Mar 19, 10:34 pm, "Ferdy" <fred...@bellsouth.net> wrote:
[...]
>> Not all images on page have width & height dimensions: Make sure all img
>> tags have height & width attributes.
>
> bla bla bla, don't worry, be happy. If they are there then the
> browser doesn't have to calculate the image size because you've told
> it the height and width values already. If the height and width
> attributes are not included, the browser has to load the entire image,
> then calculate its size before displaying it. I don't believe it will
> effect your ranking either way.
The image dimensions are typically stored in the header of the image
file. But most browsers try to make a start at laying out the text
before the images have finished loading from the server. If you provide
the sizes, the browser can leave holes in the text that are the right
dimensions for the images when they arrive and you save some
reformatting.
Navigation:
[Reply to this message]
|