watermarkContent = "Viewed by " + dsUserDetails.Tables[0].Rows[0]["ContactFirstName"].ToString() + " " + dsUserDetails.Tables[0].Rows[0]["ContactLastName"].ToString() + " " + dsUserDetails.Tables[0].Rows[0]["OrgTimeZone"].ToString();
strBody.Append("" + watermarkContent + "");
I used as per browser but still i am not getting rotate style . please help me.
.vertical-text {
/* Safari */-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft;
font-size:14px;
display: block;
white-space: nowrap;
width: 40px;
margin-left:-10px;
margin-right:-10px;
}
4 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
venkatPosted Jul 27, 2016, 5:50 AM
Midhun TpPosted Jul 27, 2016, 5:45 AM
venkatPosted Jul 27, 2016, 5:43 AM
JohnPosted Jul 27, 2016, 5:40 AM