Link button Text

  • Thread starter Thread starter Amritha.Datta
  • Start date Start date
A

Amritha.Datta

Hi,

I want to break the text in the link button into 2 lines. How would
this be possible in ASP.NET 2003?

Ex: I have a link button "Maintenance Screen" , I want to show that
into 2 lines because its length

I want to show as:

Maintenance
Screen


Any help would be appreciated.

Thanks.
 
have you tried adding "<br />" in between the words?

David Wierhttp://aspnet101.comhttp://iWritePro.com- One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup

I tried but that didn't work
 
How strange - it worked for me (with and without the slash) - are you sure
you're using a LinkButton?

David Wierhttp://aspnet101.comhttp://iWritePro.com- One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup

May be You could have tried 'Hyperlink' control. It works for
hyperlink control. But I asked for LinkButton control. Any ideas?
 
Back
Top