Forum


Replies: 8   Views: 4836
Error css
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by nikkyb8  · 22-11-2013 - 10:15

Hello,

I have aproblem withthebackgroundcolorandaddingcssfile

Here is myexample:

I have avariablewiththis:<tableclass="table1"style="height:21px;"width="214"><thead><tr><td>hello</ td></ tr> </thead> </ table>

And in mycssfileIhave this:

.table1td{

border: 1pxsolid #ABABAB;

}

.{table1



border-collapse: collapse;

background-color: white;



}

.table1tr{



height:25px;

}

.table1theadtd{

background-color: #EEEEEE;



}

The file iscreatedeverything workswellexceptthe formattingof the table,thetext backgroundturnsblack....



exemple :



http://fr.tinypic.com/r/29bfr4w/5



Thank's for help