Plain Text - Types?

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
wdeffner
Posts: 30
Joined: Thu Sep 22, 2016

03 Nov 2016

Hi,

I'm not very familiar with CSS, so this may be a silly question:

In SPForms you chose 4 types in the layout-dialogue for "Plan Text": Text, Header1, Header2, Header3.

I'd rather use these than Richt Text, but where are these templates defined?

Thank you,

Wolfgang

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

04 Nov 2016

Depending on the selected option, the text will be wrapped into p, h1, h2, or h3 HTML-tag.

wdeffner
Posts: 30
Joined: Thu Sep 22, 2016

04 Nov 2016

I understood that, but I want to change h1, h2, h3, ... so that they left-aligned. How can I achieve this? Were are h1, h2, h3, ... defined?



Thank you

Wolfgang

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

07 Nov 2016

Put the following code into CSS-editor:

Code: Select all

#fd_form h1 {
	margin: 0;
}

wdeffner
Posts: 30
Joined: Thu Sep 22, 2016

07 Nov 2016

Thank you, this is exactly what I was looking for.

Wolfgang

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 6 guests