I am new to CSS, so my pages are mostly HTML pages with heavy use of tables. I need to load pictures which cannot be given HEIGHT and WIDTH attribute, because they load from DB and dimensions vary. Of course when loading them, browser would give them too much space, thus widening table and the whole site layout...
So, how do I make them load and not influence the layout? Any solutions with CSS for this?