---
title: "Breaking: #79622 - CSS Styled Content and TypoScript"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-79622-1668719202"
source: "Changelog/8.6/Breaking-79622-CSSStyledContentAndTypoScript.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #79622 - CSS Styled Content and TypoScript

See [forge#79622](https://forge.typo3.org/issues/79622)

## Description

In order to streamline CSS Styled Content and Fluid Styled Content several options
of CSS Styled Content have been dropped without replacement.

Options Dropped:

-   TCA image_compression
-   TCA image_effects
-   TCA image_noRows
-   TypoScript IMAGE noRows dropped
-   TypoScript IMAGE noCols dropped
-   TypoScript IMAGE noRowsStdWrap dropped
-   TypoScript IMGTEXT captionAlign dropped

## Impact

The options mentioned above will have no effect.

## Affected Installations

All Installations that use the options mentioned above.

## Migration

### Image Compression

Use global image compression configuration of TYPO3 instead of deciding
compression on content element level.

### Image Effects

Use CSS to apply effects on Images.

### No Rows

Use CSS to style the output.

### Caption Alignment

Use CSS to align the caption text to your preference.
