i need to make a table using tagmap with no borders,
but i can't do that
i use:
<tag name="table" alias="TABLE">
<attribute name="columns" value="4" /> 
<attribute name="align" value="Center" />  
<attribute name="width" value="100%" />  
<attribute name="widths" value="20;30;30;20" />  
<attribute name="cellpadding" value="3" />  
<attribute name="cellspacing" value="0" />  
<attribute name="offset" value="0" /> 
<attribute name="borderwidth" value="0" />  
<attribute name="left" value="true"/> 
<attribute name="right" value="true"/>  
<attribute name="top" value="true"/>  
<attribute name="bottom" value="true"/>
</tag>

i tried adding:
<attribute name="border" value="false" /> , but
nothing happen....please give me an hint on how to do
a table without any border or inside lines...i need a
table like this:

cell1 cell2 cell3
cell4 cell5 cell6

with no black lines of the border and of the rows and
colums....thcx:) 


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to