Hi all,
I´d created a new table style and a new image class and it looks like as shown in the figure below.
I have no idea why the image is slipping under my table in the second column.
The image class says, that the image is width 80mm and my first table column is also 80mm. I´ve also checked the image width.
Is therer something missing in my image class (display: block or anythin else or have I something specify in my table css?
img.ASSY_Tab_SP2 /* Media Print */
{
width: 80mm;
height: auto;
}
Images in Table does not work
Images in Table does not work
You do not have the required permissions to view the files attached to this post.
Re: Images in Table does not work
... interesting - when I change the width value from 80mm to 100% it works fine, but why?
-
robdocsmith
- Sr. Propeller Head
- Posts: 271
- Joined: Thu May 24, 2018 3:11 pm
- Location: Queensland, Australia
Re: Images in Table does not work
If that ruler on the top of the page is in cm, the image is appearing to be 80mm width. The column seems to be only just less than 60mm wide so can't display it within the column.
As to why the column isn't 80mm... check the rest of the table column definitions. If a table hasn't all columns with specified widths it can play merry havoc with the appearance.
Rob
As to why the column isn't 80mm... check the rest of the table column definitions. If a table hasn't all columns with specified widths it can play merry havoc with the appearance.
Rob