tip 8:
dont put more processing load even to the client side browser.
use exact width="xx px" height="yy px", when embeding <img>,<table><tr><td>,..
dont use width="100%"
if there were no width, height attributes, browser itself need to calculate the width,height of an image or a table...