Mysterious FM- RH style mapping override with span tag

I have been working in a super clean FM and RH project that is has one to one mappings for all my styles in the FM to same named styles in RH, just to be sure I do not mess up. Still, though, I seem to get a mystery mapping.  For my bullets and lists, RH is adding a span tag with font set to Times Roman.  I cannot find *any* css that has Times Roman. I've checked things like my character tags, my cross reference tags, etc and cannot find a correlation.  Where would this be added if it's not in my FM Format definitions and not in my RH Style definitions. I tried reimporting the book to see if it needed a tickle of the project mappings template but that didn't help.
I'm attaching some images in hopes someone has ideas. The example does not appear to be times roman in Design view, but in more complex topics it's pretty obvious.
I have so many hacks for single sourcing now, about ready to give up.
Got help?
FM 10
RH 11

Thanks for the fast reply Arnis,
I did not even notice that the span tag ended on the spaces, so it can't be what's causing the odd previews I'm seeing.  So it seems my original question is not well thought out, so I'm going to retest with some other style changes.
Still, though I'm wanting to follow up on getting rid of the Times tag anyway.  The bullets are always defined as Verdana. Bullet is set to use "Default Font" while BulletLevel2 uses "Bold" (the char def for Bold is also Verdana).  Is there some place I have to map "tabs" to not be Times? I dont think it's the Default Font issue because bullet 2 uses Bold.
Here are some screenshots.

Similar Messages

  • The custom style mapping option text still maintains the word formatting or it shows a style override in the InDesign style - how do I correct this?

    When I tell the custom style mapping option to format a Word style (from an rtf document) with the InDesign style, the text still maintains the word formatting or it shows a style override in the InDesign style. I have a large document that needs to import the styles correctly and I've followed the tutorials exactly however the placed text is still hanging onto the word RTF styles. I want the rtf text to convert to my InDesign styles completely without overrides.

    I actually need the cell styles. That's what sets my font, spacing, and GREP styles.
    I did find the solution today. In the table style or table setup, I needed to set the "Stroke Drawing Order" to "Column Strokes in Front". Even though it was previously set to "Best Joins" and I had no strokes for rows or for the table borders, it just wasn't giving priority to my dotted columns.
    Thanks for your response though!

  • Placing Word docs with custom style mapping

    I am trying to place Word 2007 docs in InDesign CS3 using custom style mapping.
    When I place the Word doc, InDesign creates a whole new set of styles with the correctly mapped new names but with the Word style definition. It records no name conflicts with the my already existing styles of the same names. Each of the new styles has the disc icon next to it, showing it was imported.
    If I delete each of the styles I can replace it with my original InDesign style, but isn't the point of style mapping to eliminate that step?
    Thanks.

    This issue is now solved in the 6.0.4 update. See the release notes for item #2335625.
    An important update to the InCopy and InDesign products has been released today!
    To install the update, choose Help > Updates from any Adobe CS4 application, or navigate to the Adobe Updater and launch it:
    Mac: /Applications/Utilities/Adobe Utilities/Updater6/Adobe Updater.app
    Win: C:\Program Files\Common Files\Adobe\Updater6\Adobe_Updater.exe
    You can also download the updates from Adobe.com at the following locations:
    InCopy Mac: http://www.adobe.com/support/downloads/product.jsp?product=30&platform=Macintosh
    InCopy Win: http://www.adobe.com/support/downloads/product.jsp?product=30&platform=WIndows
    InDesign Mac: http://www.adobe.com/support/downloads/product.jsp?product=31&platform=Macintosh
    InDesign Win: http://www.adobe.com/support/downloads/product.jsp?product=31&platform=WIndows
    Release notes are here: http://www.adobe.com/go/id6_readme_en

  • Problem with span style in javamail if html is created using ms word.

    I am using microsoft word to create the html which acts as a html template.
    Following code gets created for image part in html.
    <p class=MsoNormal><img width=390 height=200 id="_x0000_i1025"
    src="http://imagesource/test.gif"><b><i style='mso-bidi-font-style:
    normal'><span style='color:red'>Testing</span></i><span style='color:red'> </span></b></p>
    I am reading this file in stringbuffer sb and sending using file
    msg.setDataHandler(new DataHandler(
              new ByteArrayDataSource(sb.toString(), contentType)));
    where contentType is "text/html"
    Multipart multipart = new MimeMultipart();
    multipart.addBodyPart(messageBodyPart);
    msg.setContent(multipart);
    String fromAddress = getProperty("email.fromaddress");
    InternetAddress FROM = new InternetAddress(fromAddress);
    msg.setFrom(FROM);
    InternetAddress[] addressto = {new InternetAddress(toEmailAddress)};
    msg.setRecipients(Message.RecipientType.TO, addressto);
    msg.setSubject("Test");
    Transport.send(msg);
    but in mail it gets converted to
    <p class=MsoNormal><img width=390 height=200 id="_x0000_i1025"
    src="http://imagesource/test.gif"><b><i style=''><span style=''>ATT</span></i><span style=''> </span></b></p>
    here span style is blank.
    which is avoiding colors to display.

    I am reading this file in stringbuffer sb and sending using file
    msg.setDataHandler(new DataHandler(
              new ByteArrayDataSource(sb.toString(), contentType)));
    where contentType is "text/html"
    Multipart multipart = new MimeMultipart();
    multipart.addBodyPart(messageBodyPart);First you can simplify the above to:
    messageBodyPart.setText(sb.toString(), null, "html");
    Multipart multipart = new MimeMultipart();
    multipart.addBodyPart(messageBodyPart);
    And if you're only putting one body part in the multipart, you can get rid of the
    multipart completely and use "msg.setText".
    As for your real problem, I don't know. It looks like you have a mix of single and double
    quotes in your message, perhaps that's part of the problem? Print out the string you've
    constructed before you send it to make sure it really has all the correct text.

  • Load or import custom style mapping in link options – is that possible somehow?

    Hi Everyone,
    I'm working with Instructions for Use and Technical Manual documents in InDesign. I'm constantly fine-tuning our templates, and now I have to refresh them again, because of a brand refresh. I'm using the Custom Style Mapping in the Link Options panel a lot, because it helps us to copy the text from older documents to the new ones with the right formatting, with less effort. The only thing I miss is the “Load/Import Custom Style Mapping” option from this panel.
    Do you know if there’s any options to export/import/load these mappings somehow from one document to another? Is it possible to write a script for that? I find this part of InDesign quite unattached, it seems to me (based on my search) that no other people are using it. I feel lonely, help me here!
    (I have created many new mappings in an older document, and I’d like to be able to use them in the new templates as well, but I can only do that if I map the styles again. And it’s quite time consuming. Maybe I'm just using too many paragraph styles, I have no idea – this could be another question: what is too much when it comes to styles...)
    Thanks a lot,
    Zita

    Sync is not intended to be used as a backup service like you are talking about, but it will work as long as you save the Recovery Key, as Jefferson mentioned (you also need your Sync Username ''[email address you used]'' and your account Password).
    Mozilla has just started working a new "cloud service" that is code named '''PiCL''' for "Profile in CLoud", which I am expecting will be a lot easier to use and might allow the user to access their bookmarks and other data from the internet without adding a "borrowed" PC to your Sync account.

  • Style Mapping for TOC & Drop-down

    I'm using RoboHelp 8 and MS Word 2007. I've modified the Style Mapping.dot Word template in the project folder (as opposed to the generic one in the RoboHelp installation folder). I've done the mapping in the Printed Document Appearance dialog box. The problem is that RoboHelp seems to totally ignore or override the styles in the template. I hope that someone can tell me what I'm doing wrong. Let me list some of the problems:
    In the table of contents, the top-level entries are numbered. Within RoboHelp, the Heading 1 entries are not numbered, and the comparable style, TOC1, in the Word Template is not numbered. Yet in the output, the entries are numbered. I don't want them numbered.
    The Word output for "dropspot" text is indented by 1/2", and the output for "droptext" is indented by 1". Both are encased in <p> tags in the RoboHelp source, and the style for div.droptext in the default.css does not contain a left-margin rule. In the Word template, the mapped paragraph style for the droptext does not contain an indent. Of course the style information for dropspot on both the RoboHelp and Word sides is a character format and can't contain any left-margin/indent information. Just for grins, I tried changing the color for dropspot and droptext in the style sheet; that change was produced in the output, but nothing that I have been able to do eliminates the indentation.
    The Word output for the droptext is bolded. Again, it is not bolded in the RoboHelp source, defalut.css, nor in the Word template style mapped to it.
    In the case of the TOC problem, RoboHelp seems to add the numbering to the TOC1 style even though it is not in Style Mapping.dot. Fixing is fairly simple by just altering the style in the output.
    In the case of the dropspot/droptext entries, the problem is monumental. RoboHelp does not appear to add the indentation information to the Word style sheet. Instead, it appears ot modify every single instance inline. Beccause the Help system in question consists of a very large volume of drop-down entries and because it must exist in both online and printed versions, it virtually requires the maintenance of two entirely separate "documents." Since the source can change frequently and substantially, that becomes extraordinarily expensive in terms of resources. We really need to be able to generate useful printed documentation from the online source. Any suggestions.

    I just created a new project and set it up to map to the Style Mapping template. That is obviously a new copy taken from the installation folder.
    I opened the template in Word and used the Change Style pod (CTRL + SHIFT + ALT + S). There I removed numbering from the TOC style. When I generated a document, there was no numbering.
    Dropspots can be part of a paragraph so there should be no indenting. In this sentence "part of a paragraph" could be a dropspot so indenting would be a nonsense.
    Using the supplied template neither were indented.
    That all suggests to me that a fresh look at your in project template needs another review.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How to handle paragraph styles in imported text with no tagged paragraph styles

    Hi
    Im currently trying to import a file (word file / excel I have both formats) into an indesign book and formatting the text automatically!
    My question is: How is it possible to reflow text into frames and when changing frame it changes paragraph?
    Or how is it possible to change paragraph style when forcing a line break when using text reflow?
    I have already figured out how to reflow the text, and actually also managed to relow text into the frames and change paragraph style. I know how to use the keep option, and by this change the paragraph style when e.g. changing frame break/page break etc.  (but if the content being flowed-in is not tagged with style names then I cannot figure out how to do it) The document and its content I whish to import do not have any tagged paragraphs!
    Then I tried to look into "object styles" and format a text frame on a master page with an object style, and by using a "dilimiter character" forcing the text to start in a new frame when bringing the frame into live on a page. But here I cannot make the "text frame/object style" to apply or to work.
    If any of you have a hint, I would be more than happy to hear from you
    This picture are illustrating the outcome I would to get to....

    If the incoming text does not have styles, or has only one style, there is really not much you can do other than assign styles after the import. If there are recognizable patterns in the formatting, a lot of that can be done with Find/Change, and there are a few scripts floating around that can help automate some of that.
    Also, if your styles have a a good "next style" heirarchy built in, you can select large blocks of text (up to the point where applying next style would be incorrect), then right click the style name in the paragraph styles panel and choose apply style and next style (remove overrides). Warning. Removing overrides will remove any locally applied formatting like bold or italics, so local formatting should be converted to character styles first. Applied character styles are not overrides and will be preserved.

  • Style Mapping not working

    I have just upgrade from CS3 to CS4 and am trying to import word documents and use style mapping to format with the ind document existing styles.
    It works once even if I save the preset. The next time I use it all my styles have defaulted back to default (New pargraph style)
    It woked fine in CS.
    Please - any suggestions

    Hi - This is apparently a known bug in CS4 but not CS3. 
    http://www.theindesigner.com/blog/restore-style-mapping-presets-report-this-bug
    After reading about it, please do us all a favor and tell Adobe about it.  The instructions on how to do it are in the post above.
    David.

  • Shortcut to: Apply (style), Clear Overrides  ?

    Hi there,
    I'm working on a approx 100pg price list that I've set up a tables for, and the design of it has changed slightly (sigh). It looks like a basic excel spreadsheet and I have imported the text already. Basically, I'm going through and applying a cell style to various rows, not equidistant from each other -- some 3 rows apart, some 15. I need to, and have been, highlighting the row, right-clicking the particular cell style, and doing the "Apply (style), Clear Overrides" to get the desired result. So, what I was wondering, Is there ANY way to create a shortcut to do this? I know how to apply the style with a shortcut, but not the overrides option.
    Even better, if anyone knows how to select multiple rows at once and apply, that would be fantastic.
    Love this forum and thanks in advance!

    I was just thinking about that cost/benefit analysis on my way to work this morning. If it takes me a whole hour to gin up that script, then how many months before I make those hours back in time saved? My parastyles always have numpad shortcuts (e.g. Control + numpad 8), and my "Clear All Overrides" shortcut is Control + Shift + numpad Enter, so it might be a long, long time before the saved fraction of a second from using a single script instead of two keyboard shortcuts that are right next to one another adds up to the hour of Javascript fumbling.
    (Then again, if I cared that much about saving milliseconds, I wouldn't be posting this. )

  • Make paragraph style not override character style?

    Hi.
    Is there any way to make a paragraph style NOT override a character style?
    For example, I write a lot of scientific reports in Pages and then I use subscript and superscript often and so I have made a character style for that. But if I want to perhaps change the spacing between paragraphs in my body style. I select a paragraph, change the settings that I want and then I right click on the paragraph style and choose "redefine style from selection". Then I select all of that style and choose "revert to defined style" to get the updated paragraph spacing. But what this does is that it overrides all of the character styles so that everything in sub/superscript, bold, italic etc get back to the style. This is really bugging me out.
    For the character styles you can select what attributes you want them to affect, is there any way to do this with paragraph styles as well? Or maybe some of you have got a good way to make it work.
    Thanks in advance.

    When you redefine the paragraph style, all paragraphs using that style will display the new style properties, unless you've overriden them. Presumably this is why you choose "revert to defined style", so that other paragraphs that you've stylistically modified take on the proper paragraph style properties. If not, why revert at all?
    Instead of using revert, why not re-apply the paragraph style (just click on the selected style in the drawer, or pick the selected item from the pop-up menu). It will discard your unwanted paragraph style overrides, and preserve the character styles.

  • Style Mapping.Dot

    When a client went to create a word doc from their webhelp
    project, the linespacing on bullets and lists was much different in
    the printed doc then in the wysiwyg. After taking a look at
    stylemapping.dot, the template that was being called for, we
    discovered that the bullet and lists had 10 pts spacing After. We
    reset the 10 to 0 and then saved the dot file as a different name.
    We changed the Style Mapping.Dot reference in the in the Microsoft
    Word Template dropdown.We generated the new print layout. The
    printed document looks EXACTLY the same as it did with Style
    Mapping.dot rather than what it should look like using the new
    template. Did we miss a step somewhere?

    Peter:
    I created a new RH webhelp pro project
    I imported a one page word doc containing a bulleted list
    I saved the project as PeterDemo
    I worked through the print doc options and selected Style
    Mapping.dot from the printdocext folder in robohelp
    I selceted Project CSS styles (used only)
    I slelected Finish.
    When the process completed, I closed RH
    I Opened Word and selected Open from the File drop down
    I Located and opened Style Mapping_RHT.doc from the PeterDemo
    folder
    I changed the Normal Style to a font color of red, saved the
    .dot, closed Word.
    Reopened the project and regenerated the printed
    documentation.
    Upon viewing the project, all text is RED.
    Opened the Normal Style in RH
    Changed the color to Green.
    All normal text, including that in the imported list, went to
    green in the WYSIWYG.
    Saved the Project
    Regenerated the Printed Documentation.
    Viewed the output. Text is STILL red.
    What did I miss, Peter?

  • Needless inline styles and span tags

    OS: Win XP SP 2
    Product: RoboHelp HTML 6
    Output: WebHelp
    I am finding some instances of needless inline styles and
    span tags in some topics in a project. Around these problematic
    instances are plenty of instances that have no problem. I used
    non-problematic instances as guides for correcting the problematic
    instances. Fortunately, RH hasn't overwritten any of my
    corrections.
    I am concerned about the insertion of needless inline styles
    and span tags at two levels. First, I see them as indicators of
    inconsistency. Whether the inconsistency is in myself or in RH, I
    don't know (but I want to eliminate it). Second, needless code is
    wasteful (esp., wastes time in code view).
    Has anybody seen this before? Does anyone know or suspect a
    cause?
    SAMPLE 1
    RH6 created: <p><span><span
    style="font-weight: normal;">blah blah yaddi
    yaddi</span></span></p>
    I corrected: <p>blah blah yaddi yaddi</p>
    SAMPLE 2
    RH6 created: <p style="font-weight: normal;"><span
    style="font-weight: normal;">blah blah yaddi
    yaddi</span></p>
    I corrected: <p>blah blah yaddi yaddi</p>
    SAMPLE 3
    RH6 created: <p style="font-weight: bold;"><span
    style="font-weight: bold;">blah blah yaddi
    yaddi</span></p>
    I corrected: <p style="font-weight: bold;"><>blah
    blah yaddi yaddi</p>

    Some of this has to do with how users have applied styles in
    WYSIWYG mode; for example, if you double click a word (which
    selects the space after) and apply Bold, then later select the word
    by dragging the cursor to select only the word (which doesn't
    select the space after), RH will usually surround the selected
    characters with "normal" span tags and often leave the bold in
    place.
    This same type of style formatting might have been repeatedly
    done in the original form that might have been imported (Word,
    Frame, etc.). So, then, if you compound the code bloat from an
    imported file with additional formatting in RH, well you do the
    math.
    I've seen code wherein a six-word sentence might be saddled
    with as many as 10-12 SPAN tags and might stretch into 6-7 lines of
    code!
    However, these are still flat files, not binary; you'd need a
    ton of extra code to increase the aggregate file size a lot. Heck,
    your graphics will usually take more room than your topics. One of
    our child projects has 153 .htm files at 3.25 MB, whereas the
    aggregate of .gif, .jpg, and .bmp graphics exceed 4 MB. My view has
    always been this: until the underlying code affects the format I
    expect to see in my output, I consider extra SPAN and KADOV tags to
    be nothing but white noise.
    Good luck,
    Leon

  • InDesign CS4 - placing Word document and style mapping

    Hi,
    I'm using InDesign CS4 on Windows XP (SP3). I've noticed that when I place Word document, do the style mapping and saving this as a preset ... mentioned preset does not save style mapping. It works for the first time but when I try another place with the same preset - it fails.
    Example:
    Heading 1 => InDesign_heading 1
    Heading 2 => InDesign_heading 2
    etc.
    becomes
    Heading 1 => Heading 1
    Heading 2 => Heading 2
    etc.
    Any help would be much thankful.

    This issue is now solved in the 6.0.4 update. See the release notes for item #2335625.
    An important update to the InCopy and InDesign products has been released today!
    To install the update, choose Help > Updates from any Adobe CS4 application, or navigate to the Adobe Updater and launch it:
    Mac: /Applications/Utilities/Adobe Utilities/Updater6/Adobe Updater.app
    Win: C:\Program Files\Common Files\Adobe\Updater6\Adobe_Updater.exe
    You can also download the updates from Adobe.com at the following locations:
    InCopy Mac: http://www.adobe.com/support/downloads/product.jsp?product=30&platform=Macintosh
    InCopy Win: http://www.adobe.com/support/downloads/product.jsp?product=30&platform=WIndows
    InDesign Mac: http://www.adobe.com/support/downloads/product.jsp?product=31&platform=Macintosh
    InDesign Win: http://www.adobe.com/support/downloads/product.jsp?product=31&platform=WIndows
    Release notes are here: http://www.adobe.com/go/id6_readme_en

  • What is the best way to make google earth style maps using Creative cloud

    I work in News.  I am trying to come up with the best way to create a google style map for our news stories.  I want to create a map that I can highlight certain counties and pinpoint certain spots on the map.  For example cities and landmarks.  So far we have been using our weather graphics system to accomplish making maps, or we have used google earth to make maps too.  From what I understand there would be a lot of leg work in the process of making a project that has a map database with any possible info I would need to make a map.  I need to be able to output the graphic in a Quicktime movie format, or at least a JPEG.  This would help us put the map on air for broadcasts.  Any suggestions, thoughts, advice on where to begin?  Am I wasting time?  Should I stick to google maps/earth?
    -Newsie WBBJ

    Don't leave it as an LOP file. FM will overwrite the contents every time. You may still have a ".backup.fm" version of this that will have your original table.
    Also, the approach mentioned should be the very last step when publishing the book, not something that you're continuously updating.

  • SSRS- Span tag with text-align CSS property

    Hi All,
    I hope you can direct me.
    If I use the text box as HTML - Interpret HTML tags as styles, and write the following in it:
    "<p style='text-align: right';>Ghada Naim</p>"
    It works correctly ,but the following do not respond to the style:
    "<span style='text-align: right';>Ghada Naim</span>"
    Please, what is the problem? Is the span tag with  SSRS does not support to text align property or what?
    Thank you,

    Hi GhadaNaim,
    In Reporting Services, the following is a complete list of tags that will render as HTML when defined as placeholder text:
    Hyperlinks: <A HREF>
    Fonts: <FONT>
    Header, style and block elements: <H{n}>, <DIV>, <SPAN>,<P>, <DIV>, <LI>, <HN>
    Text format: <B>, <I>, <U>, <S>
    List handling: <OL>, <UL>, <LI>
    We can know that the <SPAN> tag is supported. Based on my further research, the <span> tag is used to group inline-elements in a document and it provides no visual change by itself. So we couldn’t directly see its respond in report.
    For more information about HTML <span> Tag, please refer to the following document:
    http://www.w3schools.com/tags/tag_span.asp
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong 
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for

  • Modify the data source of a data view web part

    I have a dataView web part deployed in a template in multiple site collection. This dataView hasn't any query set up, so it loads a lot of items and this is slowing down my system. Now I want to programmatically put a query overriding the existent (e

  • I want to execute JSP scriplet in onClick function of the button HTML page

    in my JSP page, the code is like this... <input type="button" value="xyz" onClick="<% my jsp code%>"> the jsp code is executing wen the page is loading.. i want the jsp code is executed wen v click the button.. can i write like this...if not how shou

  • Simple quote in a wiki page title.

    Is it possible to use a simple quote in the title of a page ? I tried to move The_Arch_Way_(Français) to L'Esprit_d'Arch_(Français). It redirects me well if I click on http://wiki.archlinux.org/index.php/The_Arch_Way_(Français) but not if I enter htt

  • Error on validating installation packages

    Hi I got my brand new BB 9900. It´s my first BB so I wanted to synchronise it with my Lotus Notes Calender. Downloaded the Desktop Manager and tried to install it. But it won´t work always terminates with the message that he could not validate instal

  • Planni values at cost element group level instead of at cost element level

    Is it possible to plan values at cost element group level instead of at cost element level in BI? Similary I have another question for financial statements. Is it possible to plan values at financial statement level instead of at G/ in BPS or SEM? Th