View Full Version : Textarea
Chocolate_Luver 06-13-2005, 12:19 AM K, heres the thing...
im making a site kinda like cloudneo and all of those, and it is on grarrrrrrshan's webpage (http://home.neopets.com/templates/homepage.phtml?pet_name=grarrrrrrralshan).
but the thing is, it wood kinda b nice if i was able 2 make a textarea or sumthin, but it wont let me use the code that is on this site 4 a textarea, u noe:
<form ACTION=URI><textarea rows="5" cols="20" >Put your text here</textarea></form>
i also 4got ware on this site it shows how 2 make it just hav html 2 show ppl the codes and that sorta stuff
so that is wut i need
Sheila 06-13-2005, 05:01 AM You could try a div:
A div layer is like a text area that you can position anywhere on your site. Here is an example of one of the simplest div layers:
<div style="position:absolute; left:100px; top:100px; width:100px; height:100px; background-color:#ffffff; overflow:auto">
Your text and images would go here
</div>
Change the numbers (100) to the number you need. It takes a lot of experimenting to get it to the right place.
Found at Lissa's Neopet site: http://home.neopets.com/templates/homepage.phtml?pet_name=leialissa#div
or try the textarea without the form action...
<textarea>TEXT</textarea>
Chocolate_Luver 06-13-2005, 06:32 PM i tried the <texarea></textarea> but that didnt work, but ill try the div layers
thnx!
ok
that is soooo not wut i needed
it just messed up the hole thing, thnx alot
wut i need is sumthin 2 put and html code in, so ppl can copy and paste that code and use it
snow_ 06-13-2005, 07:16 PM Try to be NICE!
i tried the <texarea></textarea> but that didnt work, but ill try the div layers
thnx!
Did you use <texarea></texarea> or the right thing: <textarea></textarea>
?
You forgot the t in texTarea
benlikestennis 06-13-2005, 09:08 PM What about if you made the textarea bigger like the following.
[QUOTE]<textarea name="your name here" cols="30" rows="5">Your content here.</textarea>.
Chocolate_Luver 06-13-2005, 09:58 PM kk
u guys r messed up or sumthin
i thoroly explained (well, as thoroly as it can b explained) that it needs 2 b like for ppl 2 get html codes 4 their lookups
if u need an example go to http://www.cloudneo.com/ and look at the backgrounds page or sumthin, that is wut i need and if ne 1 will help me, i will be vary vary happy
Sheila 06-14-2005, 03:58 PM kk
u guys r messed up or sumthin
i thoroly explained (well, as thoroly as it can b explained) that it needs 2 b like for ppl 2 get html codes 4 their lookups
if u need an example go to http://www.cloudneo.com/ and look at the backgrounds page or sumthin, that is wut i need and if ne 1 will help me, i will be vary vary happy
For one thing that is not a textarea, no wonder we are giving you the wrong answer. :rolleyes: So it's not our fault we're are messing you up. Pfft. (By the way, your first example had nothing on it for us to help you, so don't get snotty with us.)
That is called FRAMES, try looking at Lissa's main site next time....
http://www.lissaexplains.com/frames.shtml
frankie_hilary 06-14-2005, 08:56 PM i don't think you can use frames on neopets
so i would do wat lisa recommend to use(css)
Chocolate_Luver 06-19-2005, 01:35 AM 4 that example i ment more like the text box things here http://www.boomspeed.com/cloudneo/backgrounds/index.html and it wont let me do that kind, but that is the sorta deal that i want, just a small box for me 2 put and html code in, so that the veiwer of the page can just copy the code and paste it into their shop or lookup and then it will hav that background there, u noe, like a premade layout sorta deal
if u can actually help, thnx in advance
innocent_joey1 07-15-2005, 03:34 PM This will probably make me look really stupid, but I'm making a quiz on my petpages and everytime I try to make a textarea (I've tried all of the suggestions, but they all yeild the same result) it goes all stupid. It shows up and everything, but it shows up as the actual picture-n-result thingie instead of the code. When I copied the codes over to my livejournal they showed up as the textarea and code though. What's going on here??
This is my first quiz on Neopets but I know they've blocked a lot of things, but I know the textarea is possible since I've seen it on other people's pages.
Help, if you can.. Thank you.
cookie_maker 07-20-2005, 11:46 AM K, heres the thing...
im making a site kinda like cloudneo and all of those, and it is on grarrrrrrshan's webpage (http://home.neopets.com/templates/homepage.phtml?pet_name=grarrrrrrralshan).
but the thing is, it wood kinda b nice if i was able 2 make a textarea or sumthin, but it wont let me use the code that is on this site 4 a textarea, u noe:
<form ACTION=URI><textarea rows="5" cols="20" >Put your text here</textarea></form>
i also 4got ware on this site it shows how 2 make it just hav html 2 show ppl the codes and that sorta stuff
so that is wut i need
Well if you just want to show HTML codes you don't need to put a textarea you can use <xmp> blah blah </xmp> because that will just go on as what you wrote. It doesn't look like a textarea though ...
|