Position of images

Hi there

I wonder if someone can help with an issue I have when using images.

I have an image set up in the Page Header section - and have included some CSS to ensure the image appears in the centre of the page:-

img
{
display:block;
margin-left:auto;
margin-right:auto;
}

However, this same formatting is then inherited when I use images within a ToolTip - so the symbol appears on the next row rather than alongside the text.

Is there a way I can add some additional formatting to allow the tooltip images to behave how I need - and not display in the block format I need for the header?

Thanks
Ali

Resolved
1 reply