I want to fill the html table like it will wrap the text.To be clearer here is my example.This is my table that contains asp.net labels\[code\] --------------- |label1|label2| ---------------\[/code\]When I click the button, i have a code like this:\[code\]label1.text = "You are Login is as:"label2.text = strUser\[/code\]This is the result:\[code\] ---------------------------------- |You are login as: Juan Dela Cruz| ----------------------------------\[/code\]What I want is like this:\[code\] ---------------------------------- |You are login as: Juan Dela Cruz| ----------------------------------\[/code\]What I want here is that the label will extend on the left like this example above.The result is that it extends on the right.