Text example:
HEIGHT and WIDTH tags for images
There's been a ton of people posting about
having problems with their forms and JavaScript errors. Once you
make the decision to start writing JavaScript code, you'd better
geting the habit of using <HEIGHT> and <WIDTH> tags
within all your inline images! An alternative fix that has been
mentioned is adding an empty <SCRIPT> </SCRIPT> tag to
the bottom of your HTML, but as far as I'm concerned the image
tags have an added benefit in performance. They will make the
browser load your document with placeholders for the images so
that it can give the user something to look at while your
pics load. |