Search found 12 matches

by bm2i
Thu Jul 12, 2018 8:30 am
Forum: Printed Documentation Targets
Topic: Pdf build size increased when I swapped .eps for .png
Replies: 0
Views: 606

Pdf build size increased when I swapped .eps for .png

A 2-3 MB pdf grew to 10-11 MB. Does anyone have any ideas here? This isn't a one time thing - any project I've swapped in .pngs increased in PDF build size. I don't have Target / PDF Options / Image Compression set to anything (it wasn't set to anything before or after I switched from using .EPS in ...
by bm2i
Thu Mar 16, 2017 7:19 am
Forum: Tips and Tricks
Topic: Vertical Align Text in a Div Tag
Replies: 7
Views: 6644

Re: Vertical Align Text in a Div Tag

First off, thanks everyone for your replies and help. This ended up being the most workable solution: .Danger p { line-height: 80%; } .Danger p:first-child { mc-auto-number-format: '{b}DANGER{/b}: '; padding-top: -3px; padding-bottom: -3px; padding-left: 40px; margin-left: -40px; vertical-align: mid...
by bm2i
Mon Mar 06, 2017 7:02 am
Forum: Tips and Tricks
Topic: Vertical Align Text in a Div Tag
Replies: 7
Views: 6644

Re: Vertical Align Text in a Div Tag

Psider wrote:Have you tried vertical-align: middle; ?
...and it didn't work [in a way, thank God, I would have been so mad at myself if it had worked].

I'm guessing the problem is this stuff:

mc-auto-number-format: '{b}DANGER: {/b}';
mc-auto-number-position: float-left;
by bm2i
Fri Mar 03, 2017 9:45 am
Forum: Tips and Tricks
Topic: Vertical Align Text in a Div Tag
Replies: 7
Views: 6644

Vertical Align Text in a Div Tag

I'm trying to create a div tag for my danger notes. I have it working so that if the danger note is 2+ lines of text, it looks like I want it. Is there a way to vertically center the text (so the text is vertically centered in the div box)? div.Danger { -moz-border-radius: 3px; -webkit-border-radius...
by bm2i
Thu Oct 08, 2015 1:21 pm
Forum: Contributor General Discussion
Topic: Contributor: Review Package
Replies: 6
Views: 5550

Re: Contributor: Review Package

I am having the same problem (I realize that the original post is two years old...but it's new to me). I have a project open. I have a normal page open. I go to Review -> Send for Review. I click on Save. Unable to create review package: Object reference not set to an instance of an object. I have m...
by bm2i
Thu Sep 04, 2014 6:50 am
Forum: Printed Documentation Targets
Topic: Unintentional Image Embiggening?
Replies: 4
Views: 1638

Re: Unintentional Image Embiggening?

Nita Beck - you are the best.
by bm2i
Wed Sep 03, 2014 1:48 pm
Forum: Printed Documentation Targets
Topic: Unintentional Image Embiggening?
Replies: 4
Views: 1638

Unintentional Image Embiggening?

i've noticed in one of my PDF targets built with V10.2.1, some images have increased size on the page (beyond the width of my page layout).

is this a thing that's happened to anyone else? we just upgraded to V10 from V8.
by bm2i
Thu Aug 21, 2014 1:15 pm
Forum: Printed Documentation Targets
Topic: List of Figures/List of Tables and Hanging Indents
Replies: 2
Views: 1574

Re: List of Figures/List of Tables and Hanging Indents

no more detail needed (mc-multiline-indent was exactly what i needed).

is it wrong that this has brightened my day?

(thanks nita).
by bm2i
Thu Aug 21, 2014 11:57 am
Forum: Printed Documentation Targets
Topic: List of Figures/List of Tables and Hanging Indents
Replies: 2
Views: 1574

List of Figures/List of Tables and Hanging Indents

I have an .htm page called List of Figures. On that page, I inserted a List-of proxy. List-of Proxy settings are: Tag Name: P Tag Class: Figure_center_bold Stylesheet class for each generated entry: proxy_List_Style Stylesheet class for proxy: (default). Stylesheet Settings for p.proxy_List_Style p....
by bm2i
Tue Jun 24, 2008 7:41 am
Forum: Flare's General Discussion
Topic: Cell Merging Bug? Text Rotation?
Replies: 0
Views: 1571

Cell Merging Bug? Text Rotation?

I have a 5 column / 11 row (with header row) table. I want to merge all of the cells in column 1...when I "preview compiled topic", all of the data in the cells gets shifted around. I've had this problem before - but it seemed to correct itself if I put at least one row of unmerged cells i...
by bm2i
Mon Jun 16, 2008 8:56 am
Forum: Flare's General Discussion
Topic: Partial Table Reuse...
Replies: 2
Views: 2247

Re: Partial Table Reuse...

that was easy - and i never would have figured it out on my own - thanks.
by bm2i
Mon Jun 16, 2008 7:02 am
Forum: Flare's General Discussion
Topic: Partial Table Reuse...
Replies: 2
Views: 2247

Partial Table Reuse...

Is it possible to reuse part of a table without over-snippetting or over-conditioning? say i want a master 28 row table (easy enough). rows 1-28 correspond to different wires in a connector... now say i want to, on a different page, reuse that table but only show 6 non-consecutive rows... so it's a ...