How do I display a table in a textarea using CSS?
Nov.28, 2007 in
CSS
youronmyfoot asked:
etc??
I want to display a list of the books that I possess. I don’t want it in a huge table so that people have to scroll down the page. I want the page to stay in place and a scrollbar for them to use.
I have input the table inside a
Any ideas?
Custom Search
2 Comments on “How do I display a table in a textarea using CSS?”
Leave a Reply
You must be logged in to post a comment.






November 30th, 2007 at 9:20 am
I don’t think you can put a table in a textarea, but the link posted should have what you need.
November 30th, 2007 at 11:40 am
You need to put the list into div element in order to scroll it
——–Put your HTML codes here——-