Hi,
I am creating a portfolio for a friend and I would like to be able to upload several images for each blog entry and then have them placed the same on each entry.
Example:
If I have an entry this should sort of be the code:
<div>{image 1}</div>
<div>{image 2}</div>
<div>{image 3}</div>
So basicly I need custom fields where I could upload the images and then just place them in my XHTML with tags! Is there an easy way to do it? I need to to it this way because I need to position the images exactly. Belo the images a descriptive text will follow...any ideas?