i have an asp.net web application . in a view i have this problem: i need to adjust the content of an element .node
i'd like to display the content of the node inside it.if the number of characters is big i'd like to display only the characters inside the node and delete the others characters displayed outside the node.
<style
.node{
}
</style>
So how can modify the style of the class node
to do this task?