People who know more advanced HTML than I do: I need to create links in those little scroll boxes so people can copy the text and paste it to their own LJ/MySpaces. How do I do that?
<textbox cols="50" rows="3" readonly="true"> Text here </textbox>
Change cols for width and rows for height. readonly stops people editing the contents of the textbox...though it might not be supported properly in some contexts so you might want to leave it out.
no subject
on 2007-11-04 02:09 pm (UTC)Change cols for width and rows for height. readonly stops people editing the contents of the textbox...though it might not be supported properly in some contexts so you might want to leave it out.
no subject
on 2007-11-04 02:09 pm (UTC)no subject
on 2007-11-04 02:10 pm (UTC)