Hazardstatement type tip styling
Posted: Sat Sep 15, 2018 5:08 pm
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>