There is no tab character in HTML.  You could use a <ul><li>
combination or use &nbsp; 4 times to be a 4-space tab.

Matt

On 12/21/06, kkus <[EMAIL PROTECTED]> wrote:

In 1.9.4 Spring MVC I modified message as below,

mainMenu.message=Congratulations, you have logged in successfully!  Now that
you've logged in, you have the following options:\r\r \
\tTest1\r \
\tTest2

But in main page it sill me"... have the following options: Test1 Test2",
which means tab isn't taken at all. In view source I can find

...have the following options:
        Test1
        Test2

So tab is taken in view source but isn't displayed correctly in page. Any
help on this issue? Thanks!


--
View this message in context: 
http://www.nabble.com/tab-issue-in-main-page-tf2867066s2369.html#a8013012
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to