• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Tag Libaries: setting format

New Here ,
May 21, 2022 May 21, 2022

Copy link to clipboard

Copied

I want to set off my elements with a blank line before and after, e.g.

blank line

<h5>headline and link</h5>

blank line

I want then to be able to invoke code formatting to make sure this is true throughout the document for easier reading.

This does not seem to be an option in the tag library. Can anyone help?

TOPICS
Other

Views

67

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 21, 2022 May 21, 2022

Copy link to clipboard

Copied

I'm not sure why you are using the tag library for this.  In your CSS if you want all H5's to have margin above and below just do:

 

h5 { margin: 1.5em auto; }

 

Just change that 1.5em value to whatever you want your padding to be on the H5 element and you should be all set.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 21, 2022 May 21, 2022

Copy link to clipboard

Copied

Edit Tag Libraries (see screenshot).

image.png

That's the best you can do.  DW does not automatically insert blank lines between code. 

 

If you want blank lines, do it manually.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 21, 2022 May 21, 2022

Copy link to clipboard

Copied

LATEST

I see that Ben M interpreted your question differently than I did.  Tag libraries effect code formatting.  CSS effects content style in Design/Live view.

 

 

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines