TCPDF Specific border for different sides
        Posted  
        
            by Metropolis
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Metropolis
        
        
        
        Published on 2010-04-15T15:43:08Z
        Indexed on 
            2010/04/25
            4:33 UTC
        
        
        Read the original article
        Hit count: 387
        
Hey Everyone,
I just started using TCPDF (output with HTML), and I do not understand why I can not have an inline CSS style for border like the following,
style="border-right: 1px"
After looking at some of the examples, the only place I see borders being used is on a table using the border="1" property. This is very frustrating, and I hope there is a way for me to use all inline CSS instead of old HTML attributes like "border".
Thanks for any help, Metropolis
© Stack Overflow or respective owner