Can I put a text box into Yola with HTML? (I tried and it did not show up.)
- 2 Posts
- 0 Reply Likes
- frustrated
Posted 8 years ago
Nathan, Champion
- 3739 Posts
- 307 Reply Likes
Hello Nicole,
Yes, you should be able to put a text box in an HTML widget. Can you let us know the code that you tried to add in the HTML widget?
Have you tried this code:
You'll need to adjust the height and width accordingly for it to be how big you want it.
I hope this helps.
Kind regards,
Nathan
Yes, you should be able to put a text box in an HTML widget. Can you let us know the code that you tried to add in the HTML widget?
Have you tried this code:
<textarea style="height:400px;width:500px;"></textarea>
You'll need to adjust the height and width accordingly for it to be how big you want it.
I hope this helps.
Kind regards,
Nathan
- 2 Posts
- 0 Reply Likes
Hey Nathan,
This is the code that I tried:
ilayer name="scroll1"> div id="scroll3" style="width:350; height:350;"
Seems like the one your provided is working. I don't care for it as much but it'll work.
Thank you for your help
~Nicole
This is the code that I tried:
ilayer name="scroll1"> div id="scroll3" style="width:350; height:350;"
Seems like the one your provided is working. I don't care for it as much but it'll work.
Thank you for your help
~Nicole
Nathan, Champion
- 3739 Posts
- 307 Reply Likes
No problem, you can also make it not editable if you want. If you want to, please let me know.
Kind regards,
Nathan
Kind regards,
Nathan