Forum Moderators: open
Any help would be appreciated.
Thanks
these i've mentioned are deprecated for css anyway, but i've seen many poeple post code from a wysiwyg using these.
get yourself over to w3schools [w3schools.com] and see what can be one with css, leading you to be able to remove excess code from your files :)
oh, and remove as much white space as you can!
if 20k of the page, out of 29k is HTML, then the code is very bloated. Area's to look at is the simplification of the page structure, also if using table's - especially with wysiwyg's watch for all the dress up code around the cell's, such as color, text size & color, table color, these can unnecessarily, and usually unknowingly increase the HTML code size out of whack.
Use the HTML as the structure of the page, and use CSS for the dress up of the page.