Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2009-07-24 02:15:41
- scdoody
- Member
- Registered: 2006-10-18
- Posts: 129
Give width to a comment input field
How do I give width to this comment field?
- <label for=“message”><txp:text item=“comment_message” /></label>
Offline
Re: Give width to a comment input field
Hi scdoody
You can do it via css
textarea.txpCommentInputMessage {height: 200px;width: 275px;margin: 0 0 10px 0;}
– adjust to your liking:)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline