Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#25 2005-12-24 04:54:27
- systrum
- Member
- Registered: 2004-08-28
- Posts: 44
Re: increasing the size of the Txp:comment message input field
that worked flawlessly. thanks a million!
although it isnt really related to the input box as such, do u know which line in the code is responsible for the dividers between comment posts?
needing to shift that also
Offline
#26 2005-12-24 23:08:30
- systrum
- Member
- Registered: 2004-08-28
- Posts: 44
Re: increasing the size of the Txp:comment message input field
worked it out. sorry for the silly question.
i realized that it was all in the css.
Offline
#27 2006-01-10 13:35:05
- systrum
- Member
- Registered: 2004-08-28
- Posts: 44
Re: increasing the size of the Txp:comment message input field
Hi again
Recently discovered that my users are not able to make posts on my guestbook in IE or Opera browsers (mac or windows).
Had a look though the publish.php file and figured that It may attributed to the piece of code below
form method=“post” action=”“ style=“margin-top:2em”
The action attribute is empty. I don’t know why it would work on other browsers and not IE. If you know the destination page the information is to be posted, it might work … could this be a likely cause? and if so, would the destination page simply be the url of that page?
Last edited by systrum (2006-01-10 13:35:31)
Offline