Georg_B
Posts: 1
|
| Posted: 04/01/2006, 2:38 PM |
|
hi all,
How on earth can I use styles with a plain table ?? not a grid or anything fancy, but just a table.
I want to be able to change styles and the table should also change styles. With grids and all it works like a dream.
Thanks
|
 |
 |
WKempees
|
| Posted: 04/02/2006, 3:00 AM |
|
Take the class idemtifiers class="" from the generated source (e.g. Grid)
and use those in you own tables.
Or analyse the CSS style sheet and decide from there which classes you like
to use/
You can either add them to your table hardcoded in HTML mode, in the
properties of the table through Design mode.
"Georg_B" <Georg_B@forum.codecharge> schreef in bericht
news:2442f00dbdfdd9@news.codecharge.com...
> hi all,
>
> How on earth can I use styles with a plain table ?? not a grid or anything
> fancy, but just a table.
>
> I want to be able to change styles and the table should also change
> styles.
> With grids and all it works like a dream.
>
> Thanks
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|