I'm struggling to format the columns on one of the pages:- http://www.challengemaintenance.com/..._Products.html Other pages seem to be fine having amended ACTSTDWIDTH, and Act_ProductBody.html - these have taken on the other pages, and products. Help would be appreciated. Thanks.
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
Column width problems
				
					Collapse
				
			
		
	X
- 
	
	
		
		
		
		
		
		
		
	
	
I'm wondering whether your problem on this page is down to the 'Other Info' prompt for the bunch of flowers.
To reduce the width of this, you need to go into 'Design | Text' and click 'Go to' to go to Phase: -1 and ID: 2161
%s<INPUT TYPE=text NAME="%s" SIZE="%d" MAXLENGTH="%d" VALUE="%s" %s>
Change this to
%s<INPUT TYPE=text NAME="%s" dummy="%d" size="15" MAXLENGTH="%d" VALUE="%s" %s>
 
Comment