1
Hi all, when I add a new article in xoops, using "news", "sections", "wf-sections", etc, and I want to put an image inside the text, I use image manager, that put this code inside the text:
[img align=right ]http://www.domain.com/uploads/img415a6569e63d2.jpg[/img ]
and it works fine, but I would like to have a spacing between the pixels of the image and the text, because the text is attached to the image and that's not good. To solve this problem I use to upload the file into a dir in the site and use html intead:
<img align="left" hspace="5"
src="http://www.domain.com/uploadimages/img415fe3e6bb4fe.gif">
Now I have to give access to some people who will write articles but have no minimal idea how to use ftp or html code.
I tryed to add that spacing with the image manager code, in different ways, but I wasn't successfull and I also didn't find any reference on the [img] tags.
It is possible to add the horizontal spacing with image manager? Or is possible to specify a global horizontal spacing for all the images in the articles without effecting the images of the templates and other places that doesen't need spacing?
Thanks in advance