Giter VIP home page Giter VIP logo

Comments (4)

amrita-syn avatar amrita-syn commented on July 18, 2024 2

@neojp The underlying issue is that the border string parser is limited right now - border: 0 vs border: 0px vs border: 0px solid white, etc.

For the time being, you can use the following -

<table class="images" width="100%"  style="border:0px solid white; width:100%;">
    <tr style="border: 0px;">
        <td width="33%" style="border:0px; width:33.33%">
            <img src="..." />
        </td>
        <td width="33%" style="border:0px; width:33.33%">
            <img src="..." />
        </td>
        <td width="33%" style="border:0px; width:33.33%">
            <img src="..." />
        </td>
    </tr>
</table>

image

from html-to-docx.

privateOmega avatar privateOmega commented on July 18, 2024

@amrita-syn PTAL.

from html-to-docx.

neojp avatar neojp commented on July 18, 2024

This makes sense. Thank you very much, this resolved the issue for me.

Ideally, I'd love to see an example about this in the docs.

from html-to-docx.

Rainier-MSFT avatar Rainier-MSFT commented on July 18, 2024

Hi, any idea if/when hiding table borders will be introduced?
I've tried your suggested workaround @amrita-syn but impossible to get it to work. Table borders continue being displayed int he usual grey. My requirement is to have a 2 column table with text on the left and an image on the right.
Thanks

from html-to-docx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.