Rank: Newbie Groups: Member
 
 
Joined: 11/16/2011 Posts: 9 
	 | 
		   
	    
		    Hallo,  Are css  pt sizes not suported ?! I have the folowing css (renders alright in any browser) but will display no border when converting it to a pdf unless I change the width from  pt to something in  pxQuote:table { border-width: 0.4pt; border-style: solid; border-color: #000000; border-spacing: 0; cell-spacing: 0; border-collapse: collapse; }  
		 
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Hi,
  We do support CSS pt sizes. Try to use at least 0.8pt. 1pt is equivalent to 0.7826 pixel on a standard Windows display. So a value below that value is less than 1 pixel and doesn't make much sense.  
  Thanks
  
		 
	 |