When entering tags via the CP, each tag is on its own like, i.e. divided by a
.
However, in the documentation, the sample code says:
<p>Tags<br />
<input type="text" name="tag_f" id="tag_f" maxlength="75" size="50" /></p>
Since textareas don’t do
, unless those are written out, I suspect tags can be keyed in divided by spaces? But what if a tag consists of more than one word? Is there another way that is not outlined in the documentation?
The most logical way might be to divide with a comma and space…
