If I want my textarea to be hidden, how do I do it?
|
Everyone is giving you answers, but not much on the reasons. Here you go: if you use the CSS rule To put the style rule in your textarea, you want something like this:
|
|||
|
|
|
Using css: |
|||||
|
|
You have a few options, here are some examples:
Here is some example code for you to see for yourself
|
|||
|
|
|
Yes it is possible. give this value to the item in css: left: 9999px; this will hide it from interface but still available in the page. for your info: I use this Technic to have the headings out of page view but still Google can find it and excellent for SEO |
|||
|
|
