If you use javascript to write your page you can do this:-
var x='<td><img src='/images/space.gif' width='1' height='5' alt='-'>';
for bits of often used code, and then use
document.write(x);
to write them. I've saved around 30% of my file sizes like this...
(although it makes it hell to read!)
(,
Fri 15 Mar 2002, 15:00,
archived)
var x='<td><img src='/images/space.gif' width='1' height='5' alt='-'>';
for bits of often used code, and then use
document.write(x);
to write them. I've saved around 30% of my file sizes like this...
(although it makes it hell to read!)