Space around image on Forum page wrong

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.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
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.
This thread is closed to new posts. You must sign in to post in the forums.
1/12/2011 10:52:10 PM
Gravatar
Total Posts 383
Thanks Squire Dude

Space around image on Forum page wrong

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

1/13/2011 2:41:51 AM
Gravatar
Total Posts 51
Share our knowledge,Take world in our hands.

Re: Space around image on Forum page wrong

Hi,

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;

}

Or you can use Custom CSS Class for this module and apply this change just for this module only:

.yourCustomCSS img{

margin:5px;

}

best

Sadegh

1/13/2011 11:10:02 AM
Gravatar
Total Posts 383
Thanks Squire Dude

Re: Space around image on Forum page wrong

Sadegh,

Thanks for the tip.. it worked great.  I used the first example...

Phill

You must sign in to post in the forums. This thread is closed to new posts.