Does anyone know if the size of an HTML file is based upon the number of rows or is it simply based upon the amount of data in the file? For instance, I am creating a very large file -- 7.5MB when fully processed -- which has tens of thousands of lines of code. It is essentially one very large table. The design is like so:
If I changed my code to such:Code:<table> <tr> <td></td> </tr> <tr> .... .... </table>
Would this reduce the size of the file?? Essentially, I am getting rid of whitespace by reducing the number of lines breaks in my file....Code:<table><tr><td></td></tr><tr>......</table>



LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks