View Full Version : textareas...


purelypsycho
01-25-2003, 01:32 PM
how can i get more than one textarea on my page? cos right now ive tried to have more than one but everything else on the page goes into that one

I have typed in </textarea> at the end btw, that doesnt seem to be the problem lol

MaGiCSuN
01-25-2003, 01:49 PM
Do got it somewhere uploaded maybe? so we could check it out? you can post the url on here. Thanks

just two textarea's are like this:

<textarea>text here</textarea><br><br>
<textarea>text here</textarea>

voila, that must work. That's why i ask the url where you got problems with (the page) so that i can check it out and see it myself ;)

Love,
Mirna

purelypsycho
01-25-2003, 01:54 PM
yup the url is http://www.geocities.com/purelypsychomenomenal/Twoboxlayouts.html
kinda hard to explain what im tryin to do lol, i make layouts for a site and on here i want an image of a layout with a textarea below, with the code for that layout inside. but if u scroll down within the textarea u can see that the whole rest of the page is in there

MaGiCSuN
01-25-2003, 02:04 PM
I see in the code that you've got the </style> </table> etc all AFTER </body> and </html> wich means that you got the ends of the most codes OUTSIDE the page. You have to add them inside the page.

so after the textarea, but above the </body></html> code.
Try that, i'm not sure if it works but it's just a suggestion.
You have to add everything accept for the add from geocities between the <html><body></body></html> codes

Love,
Mirna

purelypsycho
01-25-2003, 02:14 PM
thanx for the suggestion but thats not it =0( im gonna try again on a separate page lol, thanx for takin the time to look at the page

pb&j
01-25-2003, 03:34 PM
I noticed in your page, in the FORM tag, you have this extra bit that may be causing problems...

style:solid"

And also that your </form> tag should appear after the </textarea> tag. Right now is it up by the opening form tag.

purelypsycho
01-25-2003, 03:57 PM
hmm i cant see exactly where you mean by saying that...but now i've figured out exactly what i want to do, lol i just don't know how to do it.

If u look in the textarea then theres a big long code,thats for the layout so others can copy it and use as their own on a different site. But underneath where it says </tr></table><LINK 31187> which is the end of what i WANT to be in the textarea, all of this comes up:

</center>
</BODY>
</HTML>
<!-- text below generated by server. PLEASE REMOVE --></object></layer></div></span></style></noscript></table></script></applet>
<script language="JavaScript">var PUpage="76001079"; var PUprop="geocities"; </script><script language="JavaScript" src="http://www.geocities.com/js_source/pu5geo.js"></script><script language="JavaScript" src="http://www.geocities.com/js_source/ygIELib9.js?v3"></script><script language="JavaScript">var yviContents='http://us.toto.geo.yahoo.com/toto?s=76001079&l=NE&b=1&t=1043513426';yviR='us';yfiEA(0);</script><script language="JavaScript" src="http://us.i1.yimg.com/us.yimg.com/i/mc/mc.js"></script><script language="JavaScript" src="http://domainpending.com/js_source/geov2.js"></script><script language="javascript">geovisit();</script><noscript><img src="http://visit.webhosting.yahoo.com/visit.gif?us1043513426" alt="setstats" border="0" width="1" height="1"></noscript>
<IMG SRC="http://geo.yahoo.com/serv?s=76001079&t=1043513426" ALT=1 WIDTH=1 HEIGHT=1>

now this doesn't come up on the edit page, and i don't know how to stop it coming up in the textarea

MaGiCSuN
01-25-2003, 10:49 PM
Move the following code before the </center> code:

</object></layer></div></span></style></noscript></table></script></applet>

this all has to be INSIDE the <body> tags.

Love,
Mirna