Reply To: Using "Simple PHP" plugin generates errors

Home Forums Support Using "Simple PHP" plugin generates errors Reply To: Using "Simple PHP" plugin generates errors

Home Forums Support Using "Simple PHP" plugin generates errors Reply To: Using "Simple PHP" plugin generates errors

#213468
Tom
Lead Developer
Lead Developer

Hi there,

1. This will remove the borders: https://generatepress.com/forums/topic/table-boarders/#post-129050

The align attribute should be replaced with CSS.

You can remove all of GP’s styling of borders with this CSS:

table {
    border-collapse: initial;
    border-spacing: initial;
    border-width: initial;
}

table, td, th {
    border: initial;
}

2. Can you link me to the page so I can see?