PDA

View Full Version : Textarea question


Charmed
07-09-2008, 02:10 PM
So simple probaly, but how do you get the textarea aside your myspace layout thumbnail?

like http://sprinkle-sparkle.co.uk/myspace-layouts/flower.php

Viktoria
07-09-2008, 02:11 PM
< textarea >CODE HERE< / textarea >
**remove spaces

Clare.
07-09-2008, 02:13 PM
use a table?

<table><tr><td>Tumbnail</td><td>Textarea</td></tr></table>

Charmed
07-09-2008, 02:14 PM
:D I ment like the textarea beside the myspace thumbnail.

Viktoria
07-09-2008, 02:17 PM
if you want it beside the thumbnail, instead of under it use this:

< img=src"THUMBNAIL IMAGE URL HERE" > < textarea > CODE HERE < / textarea >
**remove spaces

if you want it under the thumbnail use this:

< img=src"THUMBNAIL IMAGE URL HERE" > < BR > < textarea > CODE HERE < / textarea >
**remove spaces

RexAngel
07-09-2008, 02:18 PM
Use a table. I think something like:

<table border="0">
<tr>
<td><img src="IMGHERE"></td>

<td><center><textarea ROWS=1 COLS=15>
**CODE**
</textarea></center></td>
</tr>
</table>

[Change the texarea size]

Edit//
I just realized I said what Claire said. :P

~* Danica *~
07-09-2008, 02:40 PM
<img src="THUMBNAIL IMAGE HERE" align="left"><textarea>CODE STUFF///</textarea>

Like on:: http://saranghaengbok.com/wallpapers.php
but it's gonna have the textarea next to it rather than text like on my site...

Charmed
07-09-2008, 03:26 PM
Thanks for the help, this can be closed.