View Full Version : Text Box inside a Text Box?!


ploomploom12
03-26-2004, 05:47 PM
Hello! I'm new to the posts...and I was wondering...how are you able to make a text box inside a text box...but you're able to put links and pictures in?

Thanks!
Ryoki

fruitcake
03-26-2004, 06:39 PM
What do you mean by a text box inside a text box? Can you give a link to an example of what you mean?

MaGiCSuN
03-26-2004, 07:17 PM
you probably mean divs :)

http://www.lissaexplains.com/html7.shtml

Love,
Mirna

ploomploom12
03-26-2004, 07:46 PM
Here's a link of what I mean

http://petpages.neopets.com/~Emsohl

see how her text box is there then if you scroll down there's another inside it? how would you crete that?

~Ryoki

toolman
03-26-2004, 07:56 PM
It looks as though its done with text boxes inside an iframe rather than a text box in a text box.

ploomploom12
03-26-2004, 07:58 PM
Okay...so how do I do it? I'm very bad at Html X____X

toolman
03-26-2004, 08:04 PM
Ok, first you create the iframe:

<iframe name="I1" src="text.htm" width="200" height="200" marginwidth="20" marginheight="20" border="0" frameborder="0">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe>


Then you create the page to go inside the frame (text.htm or you can call it whatever you like)... this will include the text box, graphics etc. Something like this:


<font size="1" face="Verdana">
<img border="0" src="image.gif" width="60" height="60"></font></p>
<p><font size="1" face="Verdana">Text Text Blah Blah</font></p>
<p><font size="1" face="Verdana"><textarea rows="4" name="S1" cols="20">text inside the text area box</textarea></font></p>

Hope that helps

ploomploom12
03-26-2004, 08:07 PM
I hope so! And thank you!

ploomploom12
03-26-2004, 08:45 PM
It didn't work because neopets won't let you use Iframe..so the website I posted earlier didn't use I frame...anyone have any ideas?

And here is a better reference of what I mean..

http://petpages.neopets.com/~Kaqilla

Once again, notice how there is a text box thingy and when you scroll down there's another inside with pictures and stuff...that's what i need...

elfenheroin
03-27-2004, 03:29 AM
She used divlayers. MagicSun posted the link to how to make divlayers.