(how you answer will dictate how I give you the coding. xD)
As for textboxes though, it's pretty easy to remember.
- Code: Select all
<textarea>Text</textarea>
For a striped background, Google an image or make one yourself on an art program, then save and upload to a free image hosting site and use this HTML code (I can give you the CSS too if you want):
- Code: Select all
<body background="URL">
Input the image URL inside the "URL" portion, and keep the quotation marks. c:
I tend to use CSS and div boxes for the rest of the stuff -- and backgrounds -- but if you can't use CSS on your hosting site I can try to remember how to incorporate CSS into HTML codes. ^^;




