rakeshstar
04-05-2007, 09:49 PM
Hi All,
I am new to css. Can anybody help me out that how to break a string/text
into multiple lines while displaying. I need css code for this. Here i am giving one example.
<%String str = "css forum in coding forums kdsjfl sdlkfjalsdkfja lkdjfa jfj djf"%>
<html>
<table>
<tr>
<td>str<\td>
</tr>
<table>
<html>
This code displays the string in one line. But if I need to display it in multiple lines how to do it in css. Any help would be appreciated.
TIA
Rakesh
I am new to css. Can anybody help me out that how to break a string/text
into multiple lines while displaying. I need css code for this. Here i am giving one example.
<%String str = "css forum in coding forums kdsjfl sdlkfjalsdkfja lkdjfa jfj djf"%>
<html>
<table>
<tr>
<td>str<\td>
</tr>
<table>
<html>
This code displays the string in one line. But if I need to display it in multiple lines how to do it in css. Any help would be appreciated.
TIA
Rakesh