hi,
i don't know coding and trying to find if is it possible to have a text area pre filled and has an image and a link and some text. is it possibele? below is what i am trying to do
please help. thank you
this is what i would like to do
<form name="statusUpdate" action="" method="">
<textarea type="hidden" name="status" id="status" rows="400" cols="500">
<http://www.mywebsite.com/> ---come to my website---
<image> ttext text
text text
<http://www.mywebsite.com/> ---- come to my website---
</textarea>
<body onLoad="updateStatusViaJavascriptAPICalling();">
unfortunatly this is what i have
<form name="statusUpdate" action="" method="">
<textarea type="hidden" name="status" id="status" rows="400" cols="500">
http://www.mywebsite.com/
text text
text text
http://www.mywebsite.com/
</textarea>
<body onLoad="updateStatusViaJavascriptAPICalling();">
many thanks