Forum Moderators: not2easy
I wonder now what images should I use on my site.
Ok lets say I have a
<table> (width=500px height=100px).
If I used a GIF background image in my table, lets say
(width=10px height=100px size=430 bytes)
then it would take me 21 Kb. because (50 * 430 bytes = 21,500 bytes for width=500px height=100px image).
But I counted that the same size, the same image if used as one whole JPEG
(width=500px height=100px takes only 4,23 Kb).
So are my calculations right or not? If right the isn't it better to use one image instead of smaller ones?