View Full Version : Graphics Codes inside of a textarea


saphire_ai
12-20-2005, 08:30 PM
I have tried all I can think of, but I cant get it to work. I still make the textarea, but the grphic will be inside of it. Or the whole graphic will show up on the page. I just want to be able to put the code inside of the textarea for a friend of mine to pick up. Can any one please help? Sorry if that was confusing...

Monkey Bizzle
12-20-2005, 08:37 PM
Can you post the code that you are using?

saphire_ai
12-20-2005, 08:39 PM
Its a really long layout code for a neopets user lookup I made for a friend.

<style>body{cursor: crosshair}</style>

<style>a:hover{cursor: crosshair}</style> <style>td,p,body{color:#FCFEF0;font:8pt verdana}</style>

<style>
a:link{text-decoration:none;font-size:8pt;font-family:verdana;color:#FCFEF0}
a:visited{text-decoration:none;font-size:8pt;font-family:verdana;color:#FCFEF0}
a:hover{text-decoration:none;font-size:8pt;font-family:verdana;color:#6F1B1B;}
</style>

<style>body {
scrollbar-highlight-color:#FCFEF0;
scrollbar-arrow-color:#FCFEF0;
scrollbar-shadow-color:#FCFEF0;
scrollbar-track-color:#3C6B87;
scrollbar-3dlight-color:#6F1B1B;
scrollbar-face-color:#3C6B87;
scrollbar-darkshadow-color:#6F1B1B
}</style>
<style>
#picname{position:absolute;top:0;left:0}
</style>
<img id=picname src=http://img284.imageshack.us/img284/1559/ran6pg.jpg> <style>.hdr{display:none}</style>
<style>center font b{display:none}</style></table>
<style>table{background:none}</style>
<style>#n{display:none}</style>
<style>td{background:none}</style>
<style>object,embed{display:none}</style>
<style>hr {display: none}</style>
<style>table, td{background:none}#m,#n,#mb,#ol{display:none}</style>
<style>
body{background-image:url(http://img284.imageshack.us/img284/3964/ranbg4tb.jpg)}
</style>

<div style="position:absolute;overflow:auto;
font-family:veranda;font-size:8pt;color:#FCFEF0;
width:125;height:380;left:46;top:126">
<div align=center>NeoMail: <B>Open</b>/Closed<br><br><br>
NeoFriends: <b>Open</b>/Closed<br><br><br>
Guild Invites: Open/<B>Closed</b><br><br><br>
[[Anything about you that you want to put goes here, Pink! Love ya!<br>
♥ Saphire]]
<br><br><br>Layout By {<a href=http://www.neopets.com/randomfriend.phtml?user=saphire_ai>Saphire</a>}. Specially made for Pinkie210!
</div></div>

<div style="position:absolute;overflow:auto;
font-family:veranda;font-size:8pt;color:#FCFEF0;
width:110;height:400;left:840;top:136"><div align=center><b>Current</b><br>
<img src=http://img.photobucket.com/albums/v469/NekoSaiyanReno/darkestfaerie.gif><br><br><br><br>
<b>Newest</b><br>
<img src=http://img199.imageshack.us/img199/9949/mutantbruce5rt.gif><br><br><br><br>
<b>Most Wanted</b><br>
<img src=http://img199.imageshack.us/img199/518/volcanoreward8us.gif><br><br><br><br>
<b>.Speakers.</b><br><i>Finding...</i></div></div>
<div style="position:absolute;overflow:auto;
font-family:veranda;font-size:18pt;color:#FCFEF0;
width:250;height:610;left:635;top:653">
<div align=center></i>.<a href=addpet.phtml>Create</a>.<br><br>
.<a href=petcentral.phtml>Central</a>.<br><br>
.<a href=explore.phtml>Explore</a>.<br><br>
.<a href=gameroom.phtml>Games</a>.<br><br>
.<a href=neomessages.phtml>Neomail</a>.<br><br>
.<a href=objects.phtml>Shops</a>.<br><br>
.<a href=/neoboards/index.phtml>Boards</a>.<br><br>
.<a href=nf.phtml>News</a>.<br><br>
.<a href=stuff.phtml>Stuff</a>.<br><br>
.<a href=help.phtml>Help</a>.<br><br>
.<a href=loginpage.phtml>Login</a>.</font>
</div></div>
<div style="position:absolute;overflow:auto;
top:640;left:175;width:570;height:800">
<table><td colspan=2>

I know the code itself works, I jsut need to know how to put it in a text area for her to pick it up

tomaten53
12-20-2005, 08:40 PM
http://www.spacefem.com/tutorials/makecode.php

paste the code into the box here, then you can copy the code into your webpage. It will turn the < and > into &lt; and &gt;

Monkey Bizzle
12-20-2005, 08:43 PM
LOL! I meant just post the part of the code that you are trying to do the text area with =P

saphire_ai
12-20-2005, 08:44 PM
That is it, I need the whole thing in the box. And stupid neopets wont let me use that code it gave me, Tom. But I can try something else, I htink i have an idea.

Monkey Bizzle
12-20-2005, 08:48 PM
Put <textarea>your code here</textarea>

saphire_ai
12-20-2005, 08:49 PM
Yay! I got it all to work, thanks you guys! You helped alot! &hearts;!!

Monkey Bizzle
12-20-2005, 08:52 PM
Yay! I got it all to work, thanks you guys! You helped alot! &hearts;!!

You're welcome!