|
Using Compress to Eliminate WhitespaceThe code in the function example has a slight
problem: most browsers will automatically underline any whitespace between the
<a href="${url}"><compress> <if preferences.showImages> <img src="${image}" border="0" alt="${alt}"> <else> ${alt} </if> </compress></a> This removes all whitespace not occuring inside tags. |
|