how to make submit box wider

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
steveuk
Posts: 5
Joined: Wed Jul 17, 2013 11:01 am

how to make submit box wider

Post by steveuk »

Script URL:
Version of script: 1.7
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: change the width of the submit box

Write your message below:

i have been search everywhere i cant seem to make the submit an comment box wider

if anybody can tell me where i can find the css code for this box so i can make it wider that be great :)
Image
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: how to make submit box wider

Post by Klemen »

In "templates/default/style.css" find and modify

Code: Select all

width:500px;
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
steveuk
Posts: 5
Joined: Wed Jul 17, 2013 11:01 am

Re: how to make submit box wider

Post by steveuk »

thanks :)

just another little problem i found myself in, for the form text box i need to widen now can you tell me where they are?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: how to make submit box wider

Post by Klemen »

"templates/default/sign_form.php"

Code: Select all

cols="57"
:wink:
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
steveuk
Posts: 5
Joined: Wed Jul 17, 2013 11:01 am

Re: how to make submit box wider

Post by steveuk »

thanks :)
Post Reply