SPAN tags disappearing

I am using an older version of RH (X4) but I was hoping
someone could help. I have a HTM file that has some <SPAN>
tags at the bottom of the document. When I view the HTM file in
Notepad the tags are there. When I import the HTM into RH as a
topic and look at the TrueCode the tags are not displayed. I use
the ID on the span tags for some scripting and need the tags.
How/why is TrueCode hiding/removing these tags?

Hi and welcome to the forums.
This has been my bone of contention with RoboHelp forever.
Each new version, I download the trial version and check to see if
this has been fixed. I am still using version 2000. The good news
is that it looks like it was fixed in version 6.
This tag removal is done in the WYSIWYG editor, so if you
don't open the topic in that editor you can preserve your SPAN IDs.
What I do is make a copy of the tags and place themas a comments in
the True Code editor, then if I do edit in the WYSIWYG editor, I
only need to open up the True Code and copy and paste from the
comments and close the topic.
Good luck,
John

Similar Messages

  • Easy way to insert a span tag?

    Hey all,
    I was just curious if there was an easy way to wrap selected text or what not with a <span></span> tag by clicking a button or something similar?
    There is of course the "Insert Div Tag" option, but is there one like this for spans? I feel like maybe I'm just missing this somewhere... :-)
    Thanks!
    Peter

    Well, most of the time when you select some text and apply a different formatting, it will automatically add a span tag for you...
    But if you want to manually put one, the quickest way is in code view (I work in split view most of the time...), but if you don't want to go inside the code, there are other ways...
    Go into the Insert menu and choose Tag. Then go to the HTML tags section and in the right select span and click Insert. Clicking on the Tag Chooser button in the Common section of the Insert panel will do the same.
    A quicker way would be to right-click, select Insert HTML...(or Wrap Tag if you made a selection) and select the span tag, then it Enter (Return).
    Hope this helps.
    Nelson

  • How can I "nest" CSS span tags?

    I have a piece of text to which I want to apply three successive CSS classes, making increasingly broad selections of the text.  (Or, conversely, apply to the broadest span of text and then selectively style smaller subsets of the inner text.)  Either way I try this, the "span" tags do not end up nested.
    For example, I first select a single word and apply CSS style-1 to just the one word.  Next, I select 3 words (one being the word I just styled) and apply CSS style-2 to that.  Finally, I select the entire clause, which contains the 3 styled words, and apply style-3 to that.
    The objective is to have the span tags "nest" -- but when I apply the styles in the Design view using the "Class" selector, the resulting HTML has the span tags starting and stopping for each bit of text, rather than being nested.  Rather than that, I want to end up with the effect below:
    <span class="style-1">a clause <span class="style-2">with <span class="style-3">some</span> words</span> within the clause.</span>
    I can, of course, do this by hand in the Code view but it is very time-consuming.  Is there a way to achieve this in the Design view?

    Are you attempting something like this?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Span Tag Nesting</title>
    <style type="text/css">
    .style-1 {
        font-weight:bold;
    .style-2 {
        color:green;
    .style-3 {
        font-style:italic;
    </style>
    </head>
    <body>
    <span class="style-1">a clause <span class="style-2">with <span class="style-3">some</span> words</span> within the clause.</span>
    </body>
    </html>
    I'm pretty sure you're going to be stuck adding the span tags in by hand. As far as I can tell, there's no way to get DW to nest <span> tags from within Design View. With the way span tags currently work in DW, there is no way for the program to know you want them nested or overwritten when you select an area of text in Design View.
    That might be an interesting Feature Request: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Duplicate SPAN tags are not new in V9

    Contrary to the broadcast announcement about the new DLL being offered, the SPAN tags problem is not new in RH 9. However, what I've seen is more of a random insertion process (going from one or two instances in a topic to a dozen or more) than one of SPAN duplication for the same string.
    I've encountered the issue in 8.0.2.208, and have simply removed them in the code and saved the topic before exiting HTML View. Just another adorable little RH quirk...
    Good luck,
    Leon

    I copied the version 2.0 folders ('catalogs' and 'catalog folders') to 'C:\Users\All Users\Adobe\Photoshop Album' overwriting the ones created during the program installation. Here I supposed that there are no changes in file structure in those files
    My need here is to keep the links between the photos and the tags made by version 2. Having now only a Vista machine I cannot 'Upgrade' from version 2 to 3.2 because the version 2.0 would not install in Vista

  • PSE 6 tags disappeared from below photos

    In PSE 6 Organizer the tags disappeared from below the thumbnails. How do I get them back?

    Not sure about PSE 6 but in PSE 8 under View you need to have details checked.

  • 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.

  • Extracting innertext from multiple span tag from the same li tag

    Hello, i want to extract after navigation the innertext of the <span> tag  but it is very difficult because it comes a a full list but i want to extract it one by one and then put it in a listview...
    THE DOCUMENT:
    </li><li class="video-list-item related-list-item "> <div class="content-wrapper">
    <a href="https://www.youtube.com/watch?v=94Rq2TX0wj4" class="content-link spf-link yt-uix-sessionlink" rel="spf-prefetch" title="Martin Solveig &amp; GTA - Intoxicated (Official Music Video)" data-sessionlink="ei=VDvNVJ-XI6a3-APo7YDYBw&amp;feature=relmfu&amp;ved=CAYQzRooAw"> <span dir="ltr" class="title" aria-describedby="description-id-785839">
    Martin Solveig &amp; GTA - Intoxicated (Official Music Video)
    </span>
    <span class="accessible-description" id="description-id-785839">
    - Duration: 3:15.
    </span>
    <span class="stat attribution">
    <span class="g-hovercard" data-ytid="UCpDJl2EmP7Oh90Vylx0dZtA" data-name="relmfu">
    by <span class=" g-hovercard" data-ytid="UCpDJl2EmP7Oh90Vylx0dZtA" data-name="">Spinnin' Records</span>
    </span>
    </span>
    <span class="stat view-count">1,097,934 views</span>
    </a>
    </div>MY CODE: Dim dc As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("li")
            For Each jg As HtmlElement In dc
                Dim kl As String = jg.OuterHtml
                If kl.Contains("yt-uix-scroller-scroll-unit") Then
                    Dim kd As HtmlElementCollection = jg.GetElementsByTagName("a")
                    For Each kw As HtmlElement In kd
                        Dim kkCOLLECTION As HtmlElementCollection = kw.GetElementsByTagName("span")
                            Dim dd As String = jg.GetAttribute("data-video-title")
                            Dim LinKi As String = kw.GetAttribute("href")
                            Dim kbv As String = LinKi.Remove(43)
                        Dim View_upld As String = kkCOLLECTION(1).InnerText
                            pl.Add(dd)
                            pll.Add(LinKi)
                            plll.Add(View_upld)
                            For Each nn As String In pl
                                For Each nnn As String In pll
                                    For Each nnnn As String In plll
                                        Dim lvi As New ListViewItem
                                        lvi.Text = (dd & vbCrLf)
                                        lvi.SubItems.Add(View_upld & vbCrLf)
                                        lvi.SubItems.Add(kbv & vbCrLf)
                                        ListView1.Items.Add(lvi)
                                    Next
                                Next
                            Nextit seems i am doing it wrong. i want it to extract the innertext of each span so i can put it in the listview cells.Please, this is very important as its a project i am working on.

    I would take a look at http://htmlagilitypack.codeplex.com/
    http://pauliom.wordpress.com

  • Keyword tags disappeared

    Hello.
    I am using Photoshop Elements Organizer 8. For some unknown reason, the keyword tags disappeared from my Organize tab and were replaced by a drop-down text box with all my tags. I can't figure out how to get my hierarchical display of tags with icons back. Can anytone out there explain this to me, please?

    Is the white triangle to the left of "Keyword Tags" pointing down or pointing to the right?  See this screen shot:
    Click on the white triangle -- does that make a difference?
    If not, try deleting the Organizer's preferences:
    http://www.johnrellis.com/psedbtool/photoshop-elements-faq.htm#Delete_the_Organizers_prefe rences

  • Tags disappear when I open and save a file

    I've tagged some pdfs to help organize them in their folder. If I open one to edit it, the tag disappears as soon is the file is closed.
    Thus destroying the organization, as I've got the folder set to arrange by tabs.
    Is this a bug or somebody's idea of a feature? Any way to change this behavior?

    Well, you could just make your firewall behave and create an exception rule as the warning suggests... It's unlikely that this is PS itself, anyway. Eitehr it's a flakey driver or a cracked plug-in you may be using (not implying anything here, so keep cool) may produce a wrong hash value/ signature and trigger the alarm.
    Mylenium

  • 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

  • Exporting to Tagged PDF: Why would every single line of text come out as a separate Span tag?

    I've inherited an InDesign file for which I have to generate a 508-compliant PDF. Normally this is pretty smooth with InDesign, and most issues have historically been pretty easy to fix.
    With this document, though, every single individual line is exporting to tagged PDF as a separate <Span> tag.
    I've turned off overrides and hyphenation, and looked for manual line breaks. I've also tried exporting it out to IDML and opening that, and the resulting PDF was no better.
    If anyone has an idea of whether there's some odd setting I'm missing that could explain why this is happening, that would be very helpful!

    Thank you for being so helpful and constructive.
    I tried to look at the ASDL settings, john46 but it's asking me for my HomeHub password... the only password I have is for our wireless network and that one doesn't work. 
    I can't test the phone line right now because I'll have to disconnect the internet and I'm currently working on another computer whilst chatting on this one with you. However I will do that later. I'll also look at the RogerB link you provided. 
    Truth is, we're pensioners who use the internet but we havent a grain of technical understanding between us. We're old fashioned enough to admit that we just want someone who knows what he's doing to come here and fix it for us. It's already cost us £130 for an engineer to come out from OpenReach to tell us the phone line is OK and it's the router causing the problem. Best case scenario is that another BT engineer who knows about broadband comes out and does it because the last BT person that I spoke to in Delhi did actually confirm that there is a fault on the BT side. I'm getting so frustrated right now I'll probably call out an independant I find in Yellow Pages and get charged an arm and a leg again and I'll then cancel with BT in a fit of pique.

  • Only keep text that is in certain span tags?

    Hi,
    Does anyone know if there is a way to do this with find and
    replace? Go through a document and keep all text that is within a
    span tag with the class "test"? For example, if this is the
    document:
    <span class="test">one</span>
    adsfasdfasd
    <span class="asdfds">two</span>
    adsfadsf
    <span class="test">three</span>
    adfasdfas
    <span class="asfdasdf">four</span>
    Then it should look like this when finished:
    <span class="test">one</span>
    <span class="test">three</span>
    Thanks, Matt

    I would do three steps -
    1. Find the tags you want to keep and change them to some
    other tag, e.g.,
    <span> => <h6> | <address> | something
    like that.
    2. Strip all the remaining span tags.
    3. Revert the first change.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Matt_M_" <[email protected]> wrote in
    message
    news:eujong$dvk$[email protected]..
    > Hi,
    >
    > Does anyone know if there is a way to do this with find
    and replace? Go
    > through a document and keep all text that is within a
    span tag with the
    > class
    > "test"? For example, if this is the document:
    >
    > <span class="test">one</span>
    > adsfasdfasd
    > <span class="asdfds">two</span>
    > adsfadsf
    > <span class="test">three</span>
    > adfasdfas
    > <span class="asfdasdf">four</span>
    >
    > Then it should look like this when finished:
    >
    > <span class="test">one</span>
    > <span class="test">three</span>
    >
    > Thanks, Matt
    >
    >

  • How to get span tags (with id) around each single word of text?

    Hello everyone,
    i want to use edge animate for my epub3 books and one basic feature is to have it read aloud while highlighting the words. This is pretty simple to achieve in epub3, you just have to give each word an id (span tag) and have a corresponding smil file with the timecodes and the epub3 reader does the hightlighting automaticly. How can i insert text into edge animate and wrap every word in an span tag? I can provide the text preprocessed with tags like this:
    <span id="W1">Aus</span> <span id="W2">den</span> <span id="W3">gesammelten</span> <span id="W4">Brombeeren</span> <span id="W5">wollten</span> <span id="W6">sie</span> <span id="W7">später</span> ...
    and got a smil file like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <smil xmlns="http://www.w3.org/ns/SMIL" version="3.0">
    <body>
    <par id="par1">
    <text src="../pg02.xhtml#W1" />
    <audio src="../audio/pg02.m4a" clipBegin="0.000000s" clipEnd="1.382498s" />
    </par>
    <par id="par2">
    <text src="../pg02.xhtml#W2" />
    <audio src="../audio/pg02.m4a" clipBegin="1.382498s" clipEnd="1.644169s" />
    </par>
    <par id="par3">
    <text src="../pg02.xhtml#W3" />
    <audio src="../audio/pg02.m4a" clipBegin="1.644169s" clipEnd="1.932008s" />
    </par>
    <par id="par4">
    <text src="../pg02.xhtml#W4" />
    <audio src="../audio/pg02.m4a" clipBegin="1.932008s" clipEnd="3.009222s" />
    </par>
    <par id="par5">
    <text src="../pg02.xhtml#W5" />
    <audio src="../audio/pg02.m4a" clipBegin="3.009222s" clipEnd="3.253448s" />
    </par>
    <par id="par6">
    <text src="../pg02.xhtml#W6" />
    <audio src="../audio/pg02.m4a" clipBegin="3.253448s" clipEnd="3.650317s" />
    </par>
    <par id="par7">
    <text src="../pg02.xhtml#W7" />
    <audio src="../audio/pg02.m4a" clipBegin="3.650317s" clipEnd="3.842209s" />
    </par>
    I hope it is clear what my problem is, can you help me please?

    Is your text vertical or horizontal?
    With vertical scroll, I make a huge empty paragraph with a bunch of "Enter"-spaces. Example:
    Then I just fill in what I need. I make sure my initial 'empty' paragraph is big enough to fill my biggest piece of scrolling text. Then I just place the big effected clip on it's own video track.
    For horizontal scroll, it's a bit different. I simply type in the longest piece of text that i'll be using and use that as my template. For shorter lines of text, I put in blank spaces. To ensure that the longest and shortest text lines are going at the same speed, I put the longest clip on it's own video track, and the shortest clip on another video track, but directly above the other one. I then put a period (".") at the beginning and end of my short text line and see on my timeline if the period appears at the same time as the first/last letter of my longer text block. Example:
    V2 = . The sky is blue .
    V1 = Dogs eat grass and cats meow. Cows don't bark.
    Once I see that it's at the exact same speed, then I replace the periods with spaces.

  • A Find expression to find everything in span tag

    I imported word doc into my robohelp project and there is a lot of span tag junk i want to get rid of.
    Is there an expression i can build in the "find and replace" tool that will find any span tag and its contents?
    In the following example I want to delete the whole string including the brackets:
    <span style="letter-spacing: .05pt;">
    I'm thinking possibly a wildcard like: <span ***>
    I don't see a wildcard option in robohelp help related to building find expressions.

    Humour me.
    Create a Word document with a table that has a named style applied.
    Create a Rh project with a table style given the same name. It does not have to look the same and it might be better if it does not, you will know whether or not the mapping is working.
    Import making sure you map the table styles.
    Do you still have unacceptable span tags?
    If the above idea does not solve the problem, give me some examples of your span tags, especially the ones where your expression is not working. I will try to come up with something but it might take a day or two before I can get back to you.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • When I convert my cataloge from elements 10 to elements 11 all the tags disappear

    When I convert my cataloge from elements 10 to elements 11 all the tags disappear.  How can I get them back

    In PSE11
    File->Manage Catalogs->Convert and point to your PSE10 catalog
    http://help.adobe.com/en_US/elementsorganizer/using/WSae2ea3b149d0c3591ae939f103860b3d59-7 f59_WIN.html#WS3d021fd412237a2f14afb0171392eec10c6-7fff

Maybe you are looking for

  • How Can I Speed Up My MacBook When Time Machine is running on Time Capsule

    My Macbook starts to run really slow and I consistenly get the color wheel when trying to do other tasks when Time Machine is running in the background.  I am connected to Time Machine on a Time Capsule. Given this runs every hour its really annoying

  • Itunes Mobile device manager wont load/gone

    I bought a new ipad3 and i am having an error message come up when syncing my music  from my iTunes account on a HP Netbook (Windows XP) to my iPad3. I get an error message that the iTunes Mobile Device Manager is not connected. Using the new 10.6 OS

  • Group texts from same contact in Notification Center?

    Is there a way to group together texts from the same contact in the Notification Center?  For example, if I get 3 texts from the same person, they will all appear as 1 notification under Messages on my home screen from that 1 contact instead of 3 dif

  • Sapinst: password

    Hi, I have a server running EP 6.0 portal. I'm logging in as user called tp2adm. This is a SAP System Administrator. The problem is that when I'm starting sapinst to install Adobe Document Service, the password field only takes 8 characters. But my t

  • IPhone 3g - Crashes when ActiveSync Email is enabled

    I have a 3G phone, it has worked perfect up until about 6 weeks ago. The phone locks up or crashes to the Apple Logo after a few minutes if I have Activesync email enabled. We run Exchange and have several dozen other IPhone users with no issues. App