I don't believe <html:link> is adding the whitespace (or at least, it's not doing it for me) but it will write out whatever you put in between it.
i.e. <html:link>foo</html:link> should print to <a>foo</a> (no whitespace) but if you do <html:link> foo </html:link> it'll add the whitespaces in between. daniel ----- Original Message ----- From: "Srinivas Gunturu" <[EMAIL PROTECTED]> To: "<"Struts Users Mailing List"" <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 2:44 PM Subject: Undesired whitespace using <html:link> > All, > > When using <html:link> tag to write out my links in the navigation, there is some white space being written out before and after <a> tag. Because of this undesired whitespace, my navigation layout which has some indentation based on the level of navigation is getting messed up. The browser is rendering indentation in one row and the url in another row as it finds blank space and uses it as an opportunity to wrap my stuff around. > > Does any one know how to prevent this or any other better solutions to layout navigation? > > One solution is not to use <html:link>. But then I would have to code all my url parameters and I also will loose the flexibility of having session info. part of the url. > > TIA > > Srinivas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

