[Typo3-dev] CSS styled content - <blockquote style="">?

tapio tapio.markula at dnainternet.net
Fri Aug 12 12:23:25 CEST 2005


Matthew Manderson wrote:
> Yes, the problem I had was trying to overwrite the margin settings with css.
> These were ignored because the margin was set to 0 in the tag itself which
> carried priority.
> 
> I have simply commented out these EXT lines for now. 
> 
> Because of the reliance and the popularity of the extension, changing it for
> future releases may break many earlier sites that upgrade.
> 
> A change would therefore need to come with a corresponding EXT css to set
> margin to 0 allowing future sites to set a custom margin via this css.
> 
> Matthew

you can override style="margin:0" with !important
blockquote {margin: ... !important"}
If CSS in the style use !important you can't override that




More information about the TYPO3-dev mailing list