Author Topic: Changing the size of comment form  (Read 6505 times)

0 Members and 1 Guest are viewing this topic.

Offline giffy007

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Changing the size of comment form
« on: April 22, 2002, 11:15:23 AM »
I would like to change the size of the comments form , but when i change something there (comment_form.html) its some how connected to the templates admin box , is there anyway to do this without changing that too , all i want to do is make the comments form smaller about half the size  :?:

Giffy 8)

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Changing the size of comment form
« Reply #1 on: April 22, 2002, 01:01:58 PM »
You have to change width in style.css:
Code: [Select]
.commenttextarea {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #0f5475;
  font-size: 11px;
  width: 270px;
}

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline giffy007

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Changing the size of comment form
« Reply #2 on: April 23, 2002, 12:29:07 AM »
Hi , I have tried that but it only changes the size of the comments area not the table its in , how do i change the size of the table its in,can i make a copy of the template and resize it so it dont change the size in the admin area  :?:  if i can just make a copy of that template and rename it what do i have to change so it works , or have you another idea  :?:

Thanks for your help

Giffy :wink:

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Changing the size of comment form
« Reply #3 on: April 23, 2002, 08:40:21 AM »
Hi,

you can change the size of the table in the template. I don't know what this have to do with the admin area  :?:

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search