Hello,
Slowly - very slowly - I am getting on with the CMSMS, and now my problem is, that I cant find out where to place images (.gif or .jpg) ! Should it be on the content page ? Or on the stylesheet ? Or on the template itself ? And should it be with the usual tag ?
I may sound confused - and I am ....
Regards
Brigittte
Images - where do I put them ?
Re: Images - where do I put them ?
The answer is simple - you can do, what you want.Brigitte wrote: that I cant find out where to place images (.gif or .jpg) !
Images for content should be placed in content pages, images for use in templates could be in template.Should it be on the content page ? Or on the stylesheet ? Or on the template itself ?
Once again, you can do what you want - you can use html img tag but you can use CMSms {image} tag too .And should it be with the usual tag ?
Please relaxI may sound confused -

Last edited by cyberman on Fri Dec 08, 2006 12:40 pm, edited 1 time in total.
Re: Images - where do I put them ?
In general...
Store images in uploads/images...
Use images...
For styling use the CSS...
for background..
background: url(uploads/images/image.jpg)
In content...
In edit > page mode using FCKeditor there is an insert image button, click some where in the content edit textarea then image insert button and you get a popup that has a browse button which takes you to the uploads/images folder, click on an image and it comes back with a path to it, if you need to make it smaller change the height or the width and it will auto calculate the other dimension when done hit OK and you will see image in content...
Store images in uploads/images...
Use images...
For styling use the CSS...
for background..
background: url(uploads/images/image.jpg)
In content...
In edit > page mode using FCKeditor there is an insert image button, click some where in the content edit textarea then image insert button and you get a popup that has a browse button which takes you to the uploads/images folder, click on an image and it comes back with a path to it, if you need to make it smaller change the height or the width and it will auto calculate the other dimension when done hit OK and you will see image in content...