Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Image alignments in editor


Go to End


3 Posts   1670 Views

Avatar
Gravitational FX

Community Member, 22 Posts

14 July 2009 at 10:27pm

When you add an image to a page, there are some alignment options; left alone, right etc...

How do I add/change these options.

The problem my customer has is that there is a background image for the H1 tag and having a banner image above a H1 heading, makes the background image for the H1 tag appear behind the image.

Besides - it would be nice to have a "None" option.

Wil.

Avatar
mschiefmaker

Community Member, 187 Posts

30 September 2009 at 3:11pm

Hey Wil

Did you find an answer to this? I would be interested to add to this myself?

Cheers

MM

Avatar
mschiefmaker

Community Member, 187 Posts

4 October 2009 at 5:49pm

In the end I have added

.typography img.textbottom {
vertical-align:text-bottom;
margin-right: 13px;
}
to my typgography.css and I can access this via the style Dropdown. It would be good to know how/were to extend the image window insteasd though.

Cheers

MM