PDA

View Full Version : Change width of JA submit page


vannquish
05-24-2006, 01:57 PM
Is there anyway I can change the width and height of the JA submit component?

only its totally throwing my page tables out of line

as you can see from this image.

http://img.photobucket.com/albums/v213/vannquish/Untitled-5.jpg

vannquish
06-02-2006, 02:07 PM
Cant anyone help me on this problem?

Hung Dinh
06-03-2006, 05:31 PM
I think the problem is because of the editor, not JA Submit. You can try using plain text editor to see if there is any difference.

brianteeman
06-14-2006, 10:45 PM
Nope that makes no difference

brianteeman
06-14-2006, 10:46 PM
Nope that makes no difference

ejilong
06-15-2006, 09:35 AM
in ja_submit.html.php look for this code:



<?php
editorArea( 'editor1', '' , 'fulltext', '500px', '400px', '70', '15' ) ;
?>



For editorarea:
The "70", "15" is to adjust the size for editarea. 70 is width, 15 is height.

For whole display area just edit the 3 table width inside the file.

below is the view after i edit. i set the table width to 550 and "60","12" for the editorarea. :D

danceswithlife
11-02-2006, 08:02 PM
ejilong,

Worked like a charm.

Thanks!