Topic: Reducing field length in the Profile section.

I have searched for ages on this site but cannot find the answer.

I have a set width website of 800 x 600.  I have the foum setup ok and it is working well. 
I have managed to do a few basic mods which worked out ok (thanks to the help on this forum) however I have a problem with the Profile element.

When viewing the Profile I can see all of the options that are user changeable, however some of the input boxes extend out of my 800 x 600 web template into no-mans land and need to be reduced so that they conform into my template style.

Can someone direct me to where I would need to go to change this? 

Regards
Simon

Re: Reducing field length in the Profile section.

this is the signature box code

<label><?php echo $lang_profile['Sig max length'] ?>: <?php echo $pun_config['p_sig_length'] ?> / <?php echo $lang_profile['Sig max lines'] ?>: <?php echo $pun_config['p_sig_lines'] ?><br />
                                <textarea name="signature" rows="4" cols="65"><?php echo pun_htmlspecialchars($user['signature']) ?></textarea><br /></label>


u need to change 65 to 30 or what ever you need it to fit!
do the same for other fill in area.

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

3

Re: Reducing field length in the Profile section.

Are you sure you haven't altered something. Profile works perfectly down to 640x480 let alone 800x600. The signature box doesn't need altering becuase it has a percentage width so it shrinks to fit.

Re: Reducing field length in the Profile section.

hey spur, give us link?

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!