The thing is I have a table containing ~2000 rows where each row contain a link that has the same title e.g.
<a id="1" title="A very long string common to all my links that i would like to have only once in the file in order to gain weight" href="goThere1">My 1st link</a>
[...]
<a id="2000" title="A very long string common to all my links that i would like to have only once in the file in order to gain weight" href="goThere2000">My 2000th link</a>
I'm wondering if it is possible not to have this very long title string 2000 times !?