Hazardstatement type tip styling
Post here questions and problems related to editing and publishing DITA content.
-
- Posts: 13
- Joined: Sat Jun 23, 2018 4:57 pm
Hazardstatement type tip styling
Post by patrick-kox »
Hi,
Is it possible to set a hazardstatement type tip to show a title and a message ?
The way it looks now it displays the TIP icon and 2 bullets with text (both the <typeofhazard> and <howtoavoid> are both the same size and displayed as a 2 bullet list.
what I'm looking for is to show the TIP icon and a title like "Person X proposed this tip" and then the actual tip (I guess the <howtoavoid>) as a bullet-list (incase there are multiple lines of tips).
I'm new to DITA so I don't know if this is possible, but it looks like this in DocBook XML:
Tnx
Is it possible to set a hazardstatement type tip to show a title and a message ?
The way it looks now it displays the TIP icon and 2 bullets with text (both the <typeofhazard> and <howtoavoid> are both the same size and displayed as a 2 bullet list.
what I'm looking for is to show the TIP icon and a title like "Person X proposed this tip" and then the actual tip (I guess the <howtoavoid>) as a bullet-list (incase there are multiple lines of tips).
I'm new to DITA so I don't know if this is possible, but it looks like this in DocBook XML:
Code: Select all
<caution><title>Tip van Gertjan Lettink</title><para>Als je bijv. problemen met USB apparaten hebt, is “<command>dmesg -wT</command>” een heel fijne. Starten, USB apparaat aan je machine hangen, en dan kijken naar de lopende output.</para></caution>
-
- Posts: 407
- Joined: Mon Dec 05, 2011 6:08 pm
Re: Hazardstatement type tip styling
Hello,
You can achieve this using a CSS customization for your WebHelp Responsive output. You can find the guidelines about how you can customize the output using CSS in our user manual:
https://www.oxygenxml.com/doc/versions/ ... h-css.html
For example, to remove the bullet for <typeofhazard> element you can use CSS something like this:
I hope this helps.
Regards,
Ionela
You can achieve this using a CSS customization for your WebHelp Responsive output. You can find the guidelines about how you can customize the output using CSS in our user manual:
https://www.oxygenxml.com/doc/versions/ ... h-css.html
For example, to remove the bullet for <typeofhazard> element you can use CSS something like this:
Code: Select all
.typeofhazard {
list-style: none;
font-weight: bold;
}
Regards,
Ionela
Ionela Istodor
oXygen XML Editor and Author Support
oXygen XML Editor and Author Support
-
- Posts: 13
- Joined: Sat Jun 23, 2018 4:57 pm
Return to “DITA (Editing and Publishing DITA Content)”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service