Group Toolbar Menu

Forums » BBCode Help » SOLVED Help wanted; CSS, BBCODE and element.style

This group has been archived by its founder. It may still be viewed, but can no longer be joined or posted to.

Hi guys,

Poking people here as well. I need a bit of help.

I'm slowly but surely working on an RPR layout for a friend and trying things out. However, I have come across something that's bugging me.

When you align an image as {img align=left}url{/img} you get an element.style effect that I am not keen on:

element.style {
float: left;
padding: 10px;
}

I would like to make the padding: 0; and add a margin of 10px.

I'm aware of that the element.style can't be affected but was hoping that maybe, there is something in there that can affect it in a way?

Cheers,

Lyss'
By adding padding: 0px!important; to bbcode img solved the problem!

Moderators: Green Auberon