This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hi,
Not sure if this is the right forum so pardon me if its wrong.
I have added an image to an entry in a forum and set the V/H space to 15 but when I save and view the page the text is going under/behind the image. I tried increasing the space but it made not difference.
Is this a bug or am I doing something wrong?
Thanks Phill
Just as an FYI here is a link to the page/forum... http://www.allislander.com/Forums/Thread.aspx?thread=3&mid=1&pageid=1&ItemID=2&pagenumber=1#post4
You must sent this question in Help With Skin forum!
I think you want add distance between image and text! OK? if you want this, you can add this code in your Style.css file:
img{ margin:5px; }
img{
margin:5px;
}
Or you can use Custom CSS Class for this module and apply this change just for this module only:
.yourCustomCSS img{ margin:5px; }
.yourCustomCSS img{
best
Sadegh
Sadegh,
Thanks for the tip.. it worked great. I used the first example...
Phill