Closed (won't fix)
Project:
ImageCache Actions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2009 at 07:34 UTC
Updated:
14 Sep 2009 at 07:41 UTC
is it difficult to make an action to make images appear inline with the option top-left, top-right, bottom-left, bottom-right ?
I really don't know but I would really love this feature... is this possible ? I'm not a programmer so forgive me if I ask something complicated..
Comments
Comment #1
dman commentedUm, the imagecache alignment is only relative to the dimensions of the image itself. Imagecache (or imagecache actions) doesn't actually place it on the page, that's done in other ways.
If you are talking about actual HTML alignment - in relation to the text and content - then that's a CSS job. You should be able to do top-left, top-right without too much trouble if you are attaching images with imagefield, but I don't think I can say how to do bottom-right with text-wrap.