By petercrowell on
Here's what I want: an image of the product with some descriptive text wrapped around it. Can I use inline styles for this? Is there a module you could recommend?
Very eager to learn how this can be done.
Thanks!
Here's what I want: an image of the product with some descriptive text wrapped around it. Can I use inline styles for this? Is there a module you could recommend?
Very eager to learn how this can be done.
Thanks!
Comments
Is the image going to be part
Is the image going to be part of the node content? If so, you can just use html inside the node body to wrap the text.
Baldwin Louie,
BitSprout LLC
http://www.bitsprout.net
Images in Nodes
You can use the Image Attach module to attach images to nodes. The module can be configured to display a thumbnail image with the teaser and a larger image with the full view.
If you want more control over how the image is displayed, you can try the Image Field module.
I'll definitely check out the
I'll definitely check out the suggested modules, and for now I'm just using the html inside the node.
Thanks for your replies!