php walin oka ba , html css js walin puluwan wenna athi .
ps : text field eheka cursor eka kohomath left align welne thiyene?

මචන්ලා ටෙක්ස්ට් ෆීල්ඩ් එකක කර්සර් එක ලෙෆ්ට් එකට එලයින් කරන්නේ කොහොමද?![]()
<html>
<head>
<script type="text/javascript">
window.onload = init;
function init(){
document.getElementById("input1").focus();
}
</script>
</head>
<body>
<input type="text" id = "input1" name="city" id="city" />
</body>
</html>
Try this mchn.. Itshould
HTML:<html> <head> <script type="text/javascript"> window.onload = init; function init(){ document.getElementById("input1").focus(); } </script> </head> <body> <input type="text" id = "input1" name="city" id="city" /> </body> </html>
විල්සන් මාමා;16797403 said:Ubata hodatama sure da oka textfield ekak kiyala. Mata text area ekaka nam oya problem eka awa. E kiwwe text area eke madde thamai cursor eka tibune.
<textarea>
</textarea> tag deka atara menna mehema white spaces tibunoth thamai ohoma wenne.
<textarea></textarea> menna me wage white spaces tika makala dammama oka hariyanawa.
textfield gana nam danne naha bun. Meke nemai nam solution eka poddak google karala balapan.
ට්රයි කරල බලන්නම් මචන්ලාmekada uba hoyanne
input {
text-align:right;
}

