Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Within my development document, I have two charts interspersed with text, similar to the below...
| Header 1 | Header 2 | Header 3 | Header 4 | 
|---|---|---|---|
TEXT TEXT TEXT
TEXT
TEXT TEXT
| Header 1 | Header 2 | 
|---|---|
When viewing the page in Web View mode, the white space between the first chart and text is about 4 to 5 times the size as per the above, making it look rather untidy to the end user. Any suggestions on rectifying this? Thanks in advance.
 
					
				
		
 giakoum
		
			giakoum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		remove the size to data option if it is checked and manually size the objects
 
					
				
		
That kinda worked... it left a lot of white space in my first chart. I've had to resize it in such a way that within my development document, the scrollbar is showing and the bottom two / three lines overlap the rest of the chart, but at least it now looks decent to the end user.
 
					
				
		
 giakoum
		
			giakoum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		it usually will not show perfectly in both the Ajax client and IE plugin
they differ a lot in the way they render objects
but try to get it at least as close as it can get 
Good luck
 
					
				
		
Thanks so much for your help 
