I just looked at the size on my index.html, its 166365 bytes, holly fuckin shit that is way to much. What is taking that much space, please does anyone know? http://www.xxxmovietgp.com
it's bloated with a shitload of < font > tags, try css.
and by that i mean 1 style for the whole thing, not 1 css attribute for each shit you have there.
Originally posted by Nickless it's bloated with a shitload of < font > tags, try css.
and by that i mean 1 style for the whole thing, not 1 css attribute for each shit you have there.
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
All of those can increase the size of your pages dramatically.
You might want to call any JS scripts from a single file located centrally on your server instead of putting it in the HTML code in its entirity. In addition tot he JS you might also like to use CSS as you have calls for fonts, sizes etc etc for every peice of text.
Likewise with the tables, if they arent needed lose them.
You might also like to run your code through a program such as 'HTML Shrinker' (do a Google search) that will also cut the size of your page down considerably.
In addition rather than spacing the HTML code out across multiple lines of code, have the code going constantly in one line with each section being seperated by a TAB instead of a carriage return
Make it .php and add that code on the top of it.... it "zips" your pages to make them smaller.. google and alot of other sites use them that have alot of text
Originally posted by Nickless it's bloated with a shitload of < font > tags, try css.
and by that i mean 1 style for the whole thing, not 1 css attribute for each shit you have there.
Thanks Nickless, yepp you are right, it's all those font tags, I need to do some serious clean up...
You will cut the document size in half by using Cascading Style Sheets (CSS). The document is currently using them however you need to change the implimentation.
Comment