i am using Image Attach module

how to show the thumbnail of attched image at the top or towards the right side of content at top rather than at the bottom of the content?

Comments

JMowery’s picture

It should be entirely possible using CSS. Apply a float: left; or float:right; to the CSS, and all should be good.

saitanay’s picture

where & which css? will that css file be in the module/imageattch folder?

saitanay’s picture

i have "Image Attach" module in my installed modules under "Image" category.. but there is no "Image Attach" directory in my modules folder

JMowery’s picture

Do this. Use Firefox and install Firebug (search Google for "Firebug Firefox Plugin"). Then, load it up. Go to where the image is and then click on the inspect tool. Then click on the image. The proper CSS styles should then be visible. After that, just go into your theme's style.css and type in the code you want to override with a float like above.

At least, that is how I did it with CCK. Relatively simple. Good luck!

saitanay’s picture

thanq a lot.. that way i can make it float it to left or write.. but can u tell a way to get it to the top?

saitanay’s picture

knock knock.. anybody there?