Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-12-30 23:37:07

systyrant
New Member
Registered: 2006-12-18
Posts: 8

How do I change the size of the Comment Message Box?

I’ve been looking for a way to change the size of the comment message input box. Can anybody tell me if it is adjustable and how to do it? This is the tag I’ve been looking at: txp:comment_message_input.

Offline

#2 2006-12-31 00:33:39

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: How do I change the size of the Comment Message Box?

You can set it to the value you need, in your Style Sheet, just target the proper ID , preferably using element-ID selector like that:

  input#txpCommentInputForm { width: 200px; }

if you need a fixed width value.

regards, marios


⌃ ⇧ < ⌃ ⇧ >

Offline

#3 2006-12-31 00:54:50

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: How do I change the size of the Comment Message Box?

Hi systyrant.

Try this:
<txp:comments_form isize=“30” msgrows=“7” msgcols=“55” />
(change the values to whatever you want)

Regards!


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

Board footer

Powered by FluxBB