Focal Point
[SOLVED] Graphs alignment

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6191036603

November 12, 2008, 05:25 AM
<B_B>
[SOLVED] Graphs alignment
Hi,

I need to aligh the graphs adjacently. i.e. the GRAPH1 should come on the left and GRAPH2 should come on the right.

I am using the below code-
-HTMLFORM BEGIN









!IBI.FIL.GRAPH1; !IBI.FIL.GRAPH2;



-HTMLFORM END

However, i am getting GRAPH2 in the next row and aligned right. How do i get it moved up so that both graphs come side by side?

Thanks,
Bhavna

This message has been edited. Last edited by: Kerry,
November 12, 2008, 05:40 AM
Pete
hi b_b,

something like :

 

<table width="830">
	<tr>
		<td width="33%">!IBI.FIL.ITEM1; </td>
		<td width="33%">!IBI.FIL.ITEM2; </td>
		<td width="33%">!IBI.FIL.ITEM3; </td>
	</tr>
</table>





Hope it Helps


P.


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

November 12, 2008, 05:54 AM
<B_B>
This does not help...infact i am using the same code...
November 12, 2008, 09:16 AM
GinnyJakes
B_B,

It would help if we knew what release you are running on. Please update your profile signature with your products, releases, and platforms.

If you are running 7.6, you could look at using the PDF Layout Painter to accomplish this.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
November 12, 2008, 11:06 AM
Fernando
B_B,

Consider using the html layout tool to creat 2 graph objects which can be aligned there instead of 1 object.

Fernando


Prod WF 8.1.04, QA WF 8.2.03, Dev WF 8.2.03