[TYPO3-english] Re: RTE: always show table borders?

Urs Braem info at ursbraem.ch
Wed Feb 22 20:28:19 CET 2017


No need for said options, I just did:

RTE.default {
  # Custom Style Sheet
  contentCSS = typo3conf/ext/mytemplate/Resources/Public/additional_css/rte.css
  useCSS = 1
}

Then in rte.css
table, th, td {
   border: 1px dashed blue;
   padding: 15px;
   border-collapse: collapse;
}




More information about the TYPO3-english mailing list