Project

General

Profile

Actions

Bug #15345

closed

IMGTEXT table align problem with Internet Explorer

Added by Alex Hobbs over 18 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2006-01-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

in reference to tslib/class.tslib_content.php and typo3/sysext/cms/tslib/class.tslib_content.php

line 1071
$table_align = (($i==16) ? 'align="'.$align.'"' : '');

this causes layout problems in Internet Explorer for Text w/Image. The image doesn't float inside the text, but rather sits on top. It's a IE bug with aligned tables. It is easily fixed using css and a float setting. See below:

$table_align = (($i==16) ? 'style="float: '.$align.'"' : '');

(issue imported from #M2159)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #14760: When I upgraded to 3.8.0 and looked at my site with Firefox, most of my images were not aligned properly anymore.ClosedMartin Kutschker2005-05-27

Actions
Actions

Also available in: Atom PDF