May I know if there's support for to position image by absolute positioning?
Since text box have this feature.
Support for Image Absolute Positioning
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Posts: 14
- Joined: Tue Feb 10, 2015 4:06 pm
- Location: Papenburg, Germany
Feature Request
Hi,
is there a plan for supporting the absolute positions for images in future?
Especially for the HTML-Importer it would be very interresting!
Something like ...
... for overlayed transparent pictures.
Greetings from Germany
Hillebrandt
is there a plan for supporting the absolute positions for images in future?
Especially for the HTML-Importer it would be very interresting!
Something like ...
Code: Select all
<body>
<p>
<div style='position:absolute;left:19px;top:24px;width:279px;height:177px'>
<img width=279 height=177 src="imgs/1.png">
</div>
Hello. Here is a Text
</p>
<table cellpadding=0 cellspacing=0 align=left>
<tr>
<td width=127 height=6></td>
</tr>
<tr>
<td>
</td>
<td>
<img width=108 height=182 src="imgs/2.png">
</td>
</tr>
</table>
</body>
Greetings from Germany
Hillebrandt
-
- Posts: 14
- Joined: Tue Feb 10, 2015 4:06 pm
- Location: Papenburg, Germany
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Absolute picture positioning is not planned for near future, sorry.
In the current version, pictures in textboxes can be transparent on the screen, but not on printing. We are working on transparent picture printing, it will be available for registered users in this week.
Textbox background can be transparent and (in the current beta) semitransparent.
In the current version, pictures in textboxes can be transparent on the screen, but not on printing. We are working on transparent picture printing, it will be available for registered users in this week.
Textbox background can be transparent and (in the current beta) semitransparent.
-
- Posts: 14
- Joined: Tue Feb 10, 2015 4:06 pm
- Location: Papenburg, Germany