1. padding> padding used to shift the text from the original space it was supposed to stay.
padding-left:10px;
2. no wrap>It removes line break inside the text
my value
view:
myvalue
CSS File:
.mytext
{
padding-left:10px;
white-space:nowrap;
}
Often these two things are very useful.
Masud (17-07-2009)
No comments:
Post a Comment