Search found 46 matches
- Tue Jan 28, 2025 11:02 pm
- Forum: Styles, Stylesheets and XML
- Topic: Hidden inline text in header not always hidden
- Replies: 1
- Views: 20465
Hidden inline text in header not always hidden
I would like to include a keyword in a topic header (h1) for online search optimization (header text is given higher weight in a search), but I don't want the keyword to actually be displayed in the header itself. In general, for hidden text I have a CSS style .hidden { display: hidden; } which ...
- Wed Aug 23, 2023 1:59 am
- Forum: Web-based Outputs
- Topic: Microcontent proxies and Metatags
- Replies: 1
- Views: 2136
Re: Microcontent proxies and Metatags
During some testing of the microcontent functionality, we were also initially confused that the proxy was not displaying the content based upon metatag values, but static microcontent text was indeed being displayed. Then we realized that the Target that we were using was marked [HTML Target ...
- Thu Jul 15, 2021 12:42 am
- Forum: Web-based Outputs
- Topic: strange search bar behavior
- Replies: 2
- Views: 2630
Re: strange search bar behavior
Thanks, Dave.
I'll see what I can do with it to make it less ugly without limiting accessibility.
I'll see what I can do with it to make it less ugly without limiting accessibility.
- Sun Jul 11, 2021 1:24 am
- Forum: Web-based Outputs
- Topic: strange search bar behavior
- Replies: 2
- Views: 2630
strange search bar behavior
The search bar in our HTML output normally looks like this:
SearchSkin.png
However, when the user clicks to enter a search term, unwanted borders appear:
SearchSkin-clicked.png
There seems to be no setting in the skin editor to control "Search Input" borders [/b].
This is new and unwanted ...
SearchSkin.png
However, when the user clicks to enter a search term, unwanted borders appear:
SearchSkin-clicked.png
There seems to be no setting in the skin editor to control "Search Input" borders [/b].
This is new and unwanted ...
- Thu Sep 10, 2020 7:02 am
- Forum: Flare's General Discussion
- Topic: Keeping formatting when pasting text to text editor
- Replies: 11
- Views: 7916
Re: Keeping formatting when pasting text to text editor
I am running into an issue with superimposed text when employing the new <div>. The new code block - when viewed in HTML - appears under the preceding text.
This is another "feature" of the Flare XML editor. The editor does not display <div>s well at all. To avoid <div>s superimposed or appearing ...
This is another "feature" of the Flare XML editor. The editor does not display <div>s well at all. To avoid <div>s superimposed or appearing ...
- Mon May 11, 2020 5:01 am
- Forum: Printed Documentation Targets
- Topic: New code snippet editor - PDF output looks like a table
- Replies: 9
- Views: 12715
Re: New code snippet editor - PDF output looks like a table
Update:
As a test I changed the borders in my CSS for tables (in media print) to red and the result is the code snippet in the PDF has red rules, but so do all of my tables in the PDF.
This is the original rules for table cells in my CSS. I changed the color from #cccccc to #ff0000 (red) as an ...
As a test I changed the borders in my CSS for tables (in media print) to red and the result is the code snippet in the PDF has red rules, but so do all of my tables in the PDF.
This is the original rules for table cells in my CSS. I changed the color from #cccccc to #ff0000 (red) as an ...
- Wed May 06, 2020 11:46 pm
- Forum: Printed Documentation Targets
- Topic: New code snippet editor - PDF output looks like a table
- Replies: 9
- Views: 12715
Re: New code snippet editor - PDF output looks like a table
I'm sorry Karene, I read your post too quickly. I assumed that you were talking about the border surrounding the entire code snippet.
I do not see any internal borders like in your example, for any type of code sample (I've tested HTML, XML, CSS, JSON, Python, SQL) in Word, PDF, or HTML output.
If ...
I do not see any internal borders like in your example, for any type of code sample (I've tested HTML, XML, CSS, JSON, Python, SQL) in Word, PDF, or HTML output.
If ...
- Wed May 06, 2020 11:05 pm
- Forum: Printed Documentation Targets
- Topic: New code snippet editor - PDF output looks like a table
- Replies: 9
- Views: 12715
Re: New code snippet editor - PDF output looks like a table
BTW, I am really happy about the new code snippets and the code syntax highlighting. This was a long-overdue development in Flare.
- Wed May 06, 2020 11:02 pm
- Forum: Printed Documentation Targets
- Topic: New code snippet editor - PDF output looks like a table
- Replies: 9
- Views: 12715
Re: New code snippet editor - PDF output looks like a table
The border to the code snippet is controlled by CSS. In the Stylesheet Editor, modify the style MadCap|codeSnippet .
(Note that the CSS stylesheet controlling the code snippet display is not located with the user stylesheets located in Content Explorer > Stylesheets. It is in a different stylesheet ...
(Note that the CSS stylesheet controlling the code snippet display is not located with the user stylesheets located in Content Explorer > Stylesheets. It is in a different stylesheet ...
- Thu Apr 16, 2020 5:58 am
- Forum: Printed Documentation Targets
- Topic: Build failed (Word target)
- Replies: 3
- Views: 8034
Re: Build failed (Word target)
I just received the exact same error message:
Build failed: Unable to cast COM object of type 'Microsoft.Office.Interop.Word.ApplicationClass' to interface type 'Microsoft.Office.Interop.Word._Application'. This operation failed because the QueryInterface call on the COM component for the interface ...
Build failed: Unable to cast COM object of type 'Microsoft.Office.Interop.Word.ApplicationClass' to interface type 'Microsoft.Office.Interop.Word._Application'. This operation failed because the QueryInterface call on the COM component for the interface ...
- Thu Sep 05, 2019 1:55 am
- Forum: Web-based Outputs
- Topic: mp4 video source not found in html5
- Replies: 6
- Views: 6943
Re: mp4 video source not found in html5
Yes, you are correct, Dave. It was a problem with the server, which is now solved. Thanks again, as always!
Even though the issue turned out not to directly be a Flare problem, for the sake of other Flare users who have/will run into this problem (it seems that I'm not the first), the solution was ...
Even though the issue turned out not to directly be a Flare problem, for the sake of other Flare users who have/will run into this problem (it seems that I'm not the first), the solution was ...
- Wed Sep 04, 2019 5:59 am
- Forum: Web-based Outputs
- Topic: mp4 video source not found in html5
- Replies: 6
- Views: 6943
Re: mp4 video source not found in html5
If I right-click on the <video> in the online output, select Copy Video Location, and paste that into a new browser tab, I get an error message "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
If I navigate the site using the ftp client, I see ...
If I navigate the site using the ftp client, I see ...
- Wed Sep 04, 2019 5:42 am
- Forum: Web-based Outputs
- Topic: mp4 video source not found in html5
- Replies: 6
- Views: 6943
Re: mp4 video source not found in html5
I'm also having such a problem.
I'm inserting mp4 video using Insert > Multimedia > HTML5 Movie . The videos in the local HTML output display properly. However, when uploaded (using the WinSCP ftp client) to an azurewebsites.net site, the videos are not displayed in the browser (I tried Chrome ...
I'm inserting mp4 video using Insert > Multimedia > HTML5 Movie . The videos in the local HTML output display properly. However, when uploaded (using the WinSCP ftp client) to an azurewebsites.net site, the videos are not displayed in the browser (I tried Chrome ...
- Tue Feb 19, 2019 3:51 am
- Forum: Styles, Stylesheets and XML
- Topic: Auto numbered rows in table
- Replies: 6
- Views: 7133
Re: Auto numbered rows in table
Update:
This method works well in producing automatically numbered lists in Flare PDF and HTML outputs.
However, in Flare Word output the CSS code is completely ignored, and no numbering is produced at all! :(
I am disappointed that Flare Word output is so far behind the curve, that it doesn't ...
This method works well in producing automatically numbered lists in Flare PDF and HTML outputs.
However, in Flare Word output the CSS code is completely ignored, and no numbering is produced at all! :(
I am disappointed that Flare Word output is so far behind the curve, that it doesn't ...
- Wed Aug 15, 2018 10:00 pm
- Forum: Styles, Stylesheets and XML
- Topic: Auto numbered rows in table
- Replies: 6
- Views: 7133
Re: Auto numbered rows in table
This method works well, with the following caveats:
A. I originally tried using content: counter(section) "." counter(subsection) " "; in p.TableRowSectionNum to display the section as 1.0, 2.0, etc. For some reason, when the section number incremented, I couldn’t get the p.TableRowSectionNum to ...
A. I originally tried using content: counter(section) "." counter(subsection) " "; in p.TableRowSectionNum to display the section as 1.0, 2.0, etc. For some reason, when the section number incremented, I couldn’t get the p.TableRowSectionNum to ...
- Wed Aug 15, 2018 4:54 am
- Forum: Styles, Stylesheets and XML
- Topic: Auto numbered rows in table
- Replies: 6
- Views: 7133
Re: Auto numbered rows in table
I am successfully using a similar method to the original poster ghillerson , utilizing the CSS counter , counter-reset , and counter-increment properties, together with the ::before pseudo-selector.
What was needed:
• the first column in each row of a table contains a sequential row number.
• The ...
What was needed:
• the first column in each row of a table contains a sequential row number.
• The ...
- Mon Jun 25, 2018 2:11 am
- Forum: Flare's General Discussion
- Topic: Document title in side navigation skin
- Replies: 22
- Views: 45890
Re: Document title in side navigation skin
I realize that the request was for adding text to the header. But if the header text is the same for the entire project, you could simply put the text into an image with a transparent background, and add the image to the Flare header background. You will have to play with the spacing between your ...
- Mon Jun 25, 2018 1:28 am
- Forum: Source Control
- Topic: Flare, Subversion and TortoiseSVN
- Replies: 6
- Views: 6730
Re: Flare, Subversion and TortoiseSVN
We use TortoiseSVN for keeping our multiuser Flare synchronized, and for version control. The file synchronization is handled totally by SVN (with Flare closed). Works well.
We do not map from our Flare project to any external files and thus don't have a FileSync directory.
We do not map from our Flare project to any external files and thus don't have a FileSync directory.
- Sun Jun 24, 2018 1:34 am
- Forum: Web-based Outputs
- Topic: Word wrap issue with long single words
- Replies: 1
- Views: 1825
Word wrap issue with long single words
This issue is applicable to both HTML and PDF output, so I cross-posted here in Web-based Outputs and in Printed Outputs:
We are producing a service architecture document, part of which consists of descriptions of various services. Some of the services have very very long single-word names. Each ...
We are producing a service architecture document, part of which consists of descriptions of various services. Some of the services have very very long single-word names. Each ...
- Sun Jun 24, 2018 1:30 am
- Forum: Printed Documentation Targets
- Topic: Word wrap issue with long single words
- Replies: 0
- Views: 1392
Word wrap issue with long single words
We are producing a service architecture document, part of which consists of descriptions of various services. Some of the services have very very long single-word names. Each service name is displayed as an h1 header.
In HTML output, when the screen width is very narrow (such as in mobile displays ...
In HTML output, when the screen width is very narrow (such as in mobile displays ...
- Wed Jun 13, 2018 5:19 am
- Forum: Web-based Outputs
- Topic: Index and Glossary in Top Navigation template
- Replies: 8
- Views: 9450
Re: Index and Glossary in Top Navigation template
Has anyone seen/invented any hacks for getting a glossary tab (or the equivalent) into a side navigation type skin so that it looks slick?
We did not move from Tripane to TopNav because our users liked having the navigation hierarchy visible when viewing a topic. (In TopNav, when you open a topic ...
We did not move from Tripane to TopNav because our users liked having the navigation hierarchy visible when viewing a topic. (In TopNav, when you open a topic ...
- Sun Mar 04, 2018 1:11 am
- Forum: Mimic's General Discussion
- Topic: No ability to group objects?
- Replies: 0
- Views: 23307
No ability to group objects?
It seems that Mimic lacks a basic functionality: you cannot define multiple objects as a group, and then manipulate them together as a group. This functionality exists in all of the competing products that I have evaluated (Camtasia, Active Presenter, Captivate). In Mimic you can resize/align a ...
- Thu Aug 24, 2017 2:05 am
- Forum: Styles, Stylesheets and XML
- Topic: Insert \ paste XML code sample in topic w orig formatting?
- Replies: 9
- Views: 8922
Re: Insert \ paste XML code sample in topic w orig formattin
I just posted a solution to the exact original problem, using a combination of <pre> and CDATA, in a different thread:
viewtopic.php?f=6&t=29397#p128600
viewtopic.php?f=6&t=29397#p128600
- Thu Aug 24, 2017 1:48 am
- Forum: Styles, Stylesheets and XML
- Topic: Preserve formatting of inline HTML pasted into Flare topic?
- Replies: 10
- Views: 10171
Re: Preserve formatting of inline HTML pasted into Flare top
I am also listening to this thread with interest, and exasperated by the Flare editor. I am hoping to find time to get syntax highlighting working in Flare output.
In the meantime, this might be of use to one of you:
I found that <pre> in Flare doesn’t work like I want it to. It preserves the ...
In the meantime, this might be of use to one of you:
I found that <pre> in Flare doesn’t work like I want it to. It preserves the ...
- Wed May 10, 2017 3:25 am
- Forum: Styles, Stylesheets and XML
- Topic: Insert \ paste XML code sample in topic w orig formatting?
- Replies: 9
- Views: 8922
Re: Insert \ paste XML code sample in topic w orig formattin
I would try using a pre tag.
1. Copy the text to the clipboard.
2. In Flare, select the pre style.
3. Select Paste , then choose Paste as inline text .
Dave's post is correct, but maybe a bit too concise, to the point of being cryptic.
The most complete explanation of this procedure that I have ...
1. Copy the text to the clipboard.
2. In Flare, select the pre style.
3. Select Paste , then choose Paste as inline text .
Dave's post is correct, but maybe a bit too concise, to the point of being cryptic.
The most complete explanation of this procedure that I have ...