|
As st0x said images are the main culprit, you can do some things however.
1. Only use images where they are absolutely necessary
2. Optimise every image you use
3. Reuse images throughout your site, don't use identical images with different names
And also you can streamline your code:
1. Use CSS in an extrenal style sheet
2. Get rid of depriciated tags such as <font>, <center> etc and use CSS instead
3. Convert <table>'s to <div>'s where appropriate
4. Use headers/footers as page includes
|