Text Box Coding?
#1
I have looked everywhere for the HTML coding for this, but haven't found anything. I need a text box ... well to put text in of course! BUT I don't need a box like a login or password box, but a box that can be expanded in length and width. This is needed so I can place text in a box and align in to the right without the actual text going to the right and reading out to the left. It is almost like a layout, if you will, with different sections for updates, links and what not. Thank you so much!
#2
Is this what you are looking for?
#3
Almost, only without a border or scroll.
#4
Bump, want to make sure you get the help you need.

What is this text box going to be used for?
#5
Thanks ^-^

This will be used for making a 'layout page' for my design studio.
Big Grin
#6
Okay, so I found the code I am looking for which looks like this:

Quote:
Cell contents
</style>

It is basically a table, not a box. The only problem with this is that I don't know how to move the box. I know it says ALIGN and has center/left/right but this moves the text inside the box not the entire box. I have tried floating inside the code but it is ineffective. Any other suggestions?
#7
You can align the table itself? IDK what exactly you're trying to achieve, so I'm not sure if this helps at all. :3

[html]
Cell contents
[/html]
#8
Yes! That's exactly what I am looking for.

Thank you<3
#9
Do you mean like a table with invisible borders so that it still makes an empty box on the side without the text? If that even makes sense? Lol.
#10
Something like this.

[html]
Information



Examples
[/html]

[html]
Updates

[/html]
#11
You could always do something like this too, that way you can do some more customization to your font, background, etc.
[html]

Lorem ipsum dolor sit amet, consectetur adipiscing elit. In feugiat tempor metus quis varius. Ut euismod, est ut placerat consectetur, est nisl convallis sapien, at mattis augue massa eu nisl. Etiam sit amet dolor sed justo malesuada aliquam. Donec feugiat ornare scelerisque.

<style>
.table p {padding:2px 20px; margin:0px; text-indent:35px;}
.table {background-color:none; border:0px solid #000000; font-family: arial, serif; font-size:12px; color:#000000; letter-spacing:.4px; word-spacing:.3px; line-height:16px; width:450px; text-align:justify; padding:10px 0px 10px 0px; float: right;}
</style>[/html]
#12
Everything will be much appreciated and used. :p


Forum Jump: