Boa tork, só que dependendo da quantidade de cores da figura... em gif fica muito ruim... o melhor mesmo é jpg bem compressado Outra coisa... Os editores como o dreamwaver deixar muitos espaços no código, exemplo: Tipow isso aqui... <html>
<head>
<meta http-equiv="Content-Language" content="pt-br">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
<p>Tipow isso :)</p>
<table border="1" width="100%">
<tr>
<td width="50%"> </td>
<td width="50%"> </td>
</tr>
<tr>
<td width="50%"> </td>
<td width="50%"> </td>
</tr>
</table>
</body>
</html>
Dependendo do código se for muito extenso gera um ganho... faça isso retire os espaços inuteis que fica ali do lado
<html>
<head>
<meta http-equiv="Content-Language" content="pt-br">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
<p>Tipow isso :)</p>
<table border="1" width="100%">
<tr>
<td width="50%"> </td>
<td width="50%"> </td>
</tr>
<tr>
<td width="50%"> </td>
<td width="50%"> </td>
</tr>
</table>
</body>
</html> Já é uma ajuda... mas existem também os comentários <!-- comentário --> Eles pegam espaço também... []'s