Re: Ponder: R2DListTableRepetition
Ramsey Gurley <[email protected]> Wed, 22 May 2013 10:05:59 -0700
| Newsgroups | gmane.comp.web.webobjects.wonder-disc |
|---|---|
| Message-ID | <[email protected]> |
Inline styles do override the stylesheet, but in this case, it is not an inline style. border is just an attribute. According to the spec, it can only have a value of "1" or empty string "". Otherwise, your HTML is invalid. So don't set it to 2 :-) On May 22, 2013, at 6:41 AM, James Cicenia wrote: > I just subclassed yours and added border and class(vs. classes). > I thought the inline style would overrule the css stylesheet. > > Anyway, it all works for me and my rules. > > thanks > > > On May 21, 2013, at 7:18 PM, Ramsey Gurley <[email protected]> wrote: > >> Separate style from content :-) You can override the table border with css. >> >> On May 21, 2013, at 5:06 PM, James Cicenia wrote: >> >>> Table: WOGenericContainer { >>> elementName = "table"; >>> summary = d2wContext.tableSummary; >>> class = d2wContext.tableClass; >>> border = d2wContext.tableBorder; >>> } >>> >>> you had border = "1"; >>> I think you should change it to border = d2wContext.tableBorder ? >>> >>> >>> - j- >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may_______________________________________________ >>> Wonder-disc mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/wonder-disc >> > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may_______________________________________________ > Wonder-disc mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wonder-disc ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ Wonder-disc mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wonder-disc