> On 30 Nov 2017, at 10:03, Bohms, H.M. (Michel) <[email protected]> wrote: > > To compensate for some CSS-class info from the source- wiki-data I have to > add some extra style info to my html table to get some visible borders of > table and cells. > So I only add this style info: > > “ > <style> > table, th, td { > border: 1px solid black; > border-collapse: collapse; > } > </style> > “ > To my table rdf:HTML data. > > To my surprise, the effect in EVN/EDG is not only a bordered table, but the > whole window gets bordered 😊. > > Was this to be expected?
Yes. That's how HTML/CSS work. Use inline styles (HTML’s style attribute) instead, or use HTML’s class attribute to scope your styles. Richard > > <image003.jpg> > Luckily also the actual table is fine (except for the footnote handling, but > that might be another style-issue) > <image004.jpg> > > But still strange….. > > Any explanation or workaround to only have the tables changed welcome, > Michel > > > Dr. ir. H.M. (Michel) Böhms > Senior Data Scientist > > T +31888663107 > M +31630381220 > E [email protected] <mailto:[email protected]> > Location > <https://www.google.com/maps/place/TNO+-+Locatie+Delft+-+Stieltjesweg/@52.000788,4.3745183,17z/data=!3m1!4b1!4m5!3m4!1s0x47c5b58c52869997:0x56681566be3b8c88!8m2!3d52.000788!4d4.376707> > > > <image007.gif> <http://www.tno.nl/> > This message may contain information that is not intended for you. If you are > not the addressee or if this message was sent to you by mistake, you are > requested to inform the sender and delete the message. TNO accepts no > liability for the content of this e-mail, for the manner in which you use it > and for damage of any kind resulting from the risks inherent to the > electronic transmission of messages. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "TopBraid Suite Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
