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

I'm in New DW CC H@##

New Here ,
Mar 27, 2018 Mar 27, 2018

Copy link to clipboard

Copied

Okay, go ahead and yell at me for not upgrading my DW since CS3, but having made the jump to CC my brain is about to explode with all the changes.

Can anyone recommend a simpler way of adding vertical or horizontal space around objects - for wrapping text? My former program had a 'selection properties' layer that allowed you to choose Left or Right placement, and a V and H space slot - all on one convenient bar. Now I'm told you have to set this up through CC Designer tab.

Your advice here is greatly appreciated.

Views

408

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

correct answers 1 Correct answer

Community Expert , Mar 27, 2018 Mar 27, 2018

I like the CSS modules in Bootstrap 4. As an example, if I need a space to the top of an element I add it to the class as in

<h2 class="mt-2">This is my Heading</h2>

There is of coarse no need to have Bootstrap, all you need to do is add the class to the stylesheet as in

.mt-2 {

     margin-top: 0.5em;

}

You can build your own library with frequently used properties and values.

If you are like me and do not want to re-invent the wheel, use Bootstrap 4.

Votes

Translate

Translate
Community Expert ,
Mar 27, 2018 Mar 27, 2018

Copy link to clipboard

Copied

We need to see your code.  Do you have your work online?  Can you post the URL?

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
New Here ,
Mar 27, 2018 Mar 27, 2018

Copy link to clipboard

Copied

This is the old program - can't post from new one until I figure out how to create space around graphics

http://www.themorningmouth.com

[Moderator Note: Email signature/personal information removed.]

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 ,
Mar 27, 2018 Mar 27, 2018

Copy link to clipboard

Copied

Reveiw the CSS Box model -- borders, padding and margins.

CSS Box Model

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 ,
Mar 27, 2018 Mar 27, 2018

Copy link to clipboard

Copied

I like the CSS modules in Bootstrap 4. As an example, if I need a space to the top of an element I add it to the class as in

<h2 class="mt-2">This is my Heading</h2>

There is of coarse no need to have Bootstrap, all you need to do is add the class to the stylesheet as in

.mt-2 {

     margin-top: 0.5em;

}

You can build your own library with frequently used properties and values.

If you are like me and do not want to re-invent the wheel, use Bootstrap 4.

Wappler, the only real Dreamweaver alternative.

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
New Here ,
Mar 28, 2018 Mar 28, 2018

Copy link to clipboard

Copied

LATEST

Would love to use Bootstrap - I use the same framing for all graphics near text 5 vertical 10 horz. You're saying I can set this us as a regular setting - you live near Atlanta - would gladly pay to have you walk me through this by phone.

Don

I'm in New DW CC H@##

Nancy OShea marked BenPleysier 's reply on I'm in New DW CC H@## as helpful. View the full reply

Marked as helpful:

I like the CSS modules in Bootstrap 4. As an example, if I need a space to the top of an element I add it to the class as in

This is my Heading

There is of coarse no need to have Bootstrap, all you need to do is add the class to the stylesheet as in

.mt-2 {

margin-top: 0.5em;

}

You can build your own library with frequently used properties and values.

If you are like me and do not want to re-invent the wheel, use Bootstrap 4.

Following I'm in New DW CC H@## in these streams: Inbox

This email was sent by Adobe Community because you are a registered user.

You may unsubscribe instantly from Adobe Community, or adjust email frequency in your email preferences

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