vote up 0 vote down star

I want to make it so there's only 350 characters inside the paragraph, regardless of how many characters are put into it, I only want 350 displayed.

How can I do this? The text is just in a div tag in

text.

Cheers

flag
Duplicate of the question that you asked two hours ago. – Guffa Nov 8 at 18:19
It's similar, but it's a different thing. That was to do with my ASP control panel, this site is written in XHTML/CSS. – Smith Nov 8 at 18:24

1 Answer

vote up 1 vote down check

You could put the text into a textbox, style away the fact that it's in a textbox and then limit the length on the textbox using the size attribute.

However, the ideal solution would be to limit it on the server side.

link|flag
don't forget to disable the text box so people can't edit the contents! – JasonWyatt Nov 9 at 0:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.