|| HELP WITH A CODE ? ||

May 01, 2015 12:45

Hey guys! :D ( Read more... )

lj: tags, lj: codes

Leave a comment

Comments 3

(The comment has been removed)

slytherincesss May 2 2015, 17:12:27 UTC
I'm sorry I wasn't able to explain it better. A template would be code that a user could quickly cut and paste into their journal or a comment, to answer a query or to make a list. For example:

Name:
Title:
Rating:
Pairing:
Author's Notes:
Etc.

A template of the above list would have the < b > < / b > already coded into the template. It mainly allows for convenience on the user's part. Please see slumber's comment with an example of an actual template. I think it'll make sense once you look at it. :)

Reply


slumber May 1 2015, 21:18:01 UTC
Do you mean like this?

Name:
Username:

Comments:

If so, then it is:
<*textarea>[thing you want to put in the form]<*/textarea>
Minus the asterisks in both textarea tags.

If you want to adjust the number of columns and rows, the coding is:
<*textarea cols="50" rows="10">[thing you want to put in the form]<*/textarea>
with the number values adjustable according to what you want.

Reply

slytherincesss May 2 2015, 06:23:28 UTC
Yes, that's exactly the code I was looking for! I had the top version of the code in mind when I posted, but I'm glad to know about the code with the rows and columns. Thanks so much! :)

Reply


Leave a comment

Up