gselvara
09-03-2002, 05:23 AM
Hi,
I have given some html code below. In that the text within the paragraph tag gets compressed when I resize the browser window. Please tell me that this can be stopped. I cant use tables in any way because I have to be able to move text around the page. I have noticed though that the input tags dont get compressed.
Thanks,
Gavin
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<INPUT type="text" id=text1 name=text1 style="position:absolute;top:10;left:10;">
<INPUT type="text" id=text1 name=text1 style="position:absolute;top:10;left:180;">
<P style="position:relative;top:10%;left:30%;">Hello Thi is a text : </P>
</BODY>
</HTML>
I have given some html code below. In that the text within the paragraph tag gets compressed when I resize the browser window. Please tell me that this can be stopped. I cant use tables in any way because I have to be able to move text around the page. I have noticed though that the input tags dont get compressed.
Thanks,
Gavin
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<INPUT type="text" id=text1 name=text1 style="position:absolute;top:10;left:10;">
<INPUT type="text" id=text1 name=text1 style="position:absolute;top:10;left:180;">
<P style="position:relative;top:10%;left:30%;">Hello Thi is a text : </P>
</BODY>
</HTML>