How to put Elements on specified x,y coordinates ...

How to put Elements on specified x,y coordinates ...

am 31.05.2007 22:32:31 von Jens Kallup

Hello Newsgroup,

how can I put HTMLelements like a entryfield on a webpage?
the following code bellow demonstrate the behavor...
Hello World!
C:\...
form1
----
text text text

but this is not what I want.

Can any one help me, thanks in advance
Jens

kBASE 0.1

Hello
World!

C:\Program
Files\xampp\htdocs\id\test.prj

form1


name="name" size="25" id="Edit1"> id="Edit1"> id="Edit1">

Re: How to put Elements on specified x,y coordinates ...

am 04.06.2007 01:47:25 von scripts.contact

On May 31, 2:32 pm, Jens Kallup wrote:
> How to put Elements on specified x,y coordinates ...

Use CSS position,left|right and bottom|top properties.