I’m just learning basic HTML while working on a project, so forgive my ignorance.
I have two text areas on a page, which need to be side to side, looking something like this:
What’s the best way to lay this out on a page? Would it be to put the text areas into a table, or is this something that would be better handled another way? I don’t know CSS, but I suppose I could/should learn some. Thanks! -- Mike
I have two text areas on a page, which need to be side to side, looking something like this:
Code:
Text, here --------
Something else | |
-------------- | |
| | | |
| | | |
| | | |
-------------- | |
More text --------
What’s the best way to lay this out on a page? Would it be to put the text areas into a table, or is this something that would be better handled another way? I don’t know CSS, but I suppose I could/should learn some. Thanks! -- Mike