hello. I tried this with a bit of search. I wish to have freedom while typing text in my web page. I want the right margin to be fixed so that when i type text all aligns along the right margin. I tried tables but not satisfied
<html>
<body>
<table border="0" width="40%" cellpadding="10">
<tr>
<td width="50%" valign="top">
This is some text. This is some text. This is some text. This is some text. This is some text.
</td>
<td width="50%" valign="top">
Another text. Another text. Another text. Another text. Another text. Another text. Another text.ndndnddndnnd
nddn
</td>
</tr>
</table>
</body>
</html>
i have studied html but this time it is to be used practically. I have liittle idea of CSS.
I tried in frontpage as well but there the problem was that text would get typed after a space of two lines when i press enter.I just want a way to comfortably manage my text. Thank you.