FHIR Chat · Sample IG - Images Override · IG creation

Stream: IG creation

Topic: Sample IG - Images Override


view this post on Zulip Kevin Mayfield (Feb 08 2020 at 07:25):

I've been using the hl7.fhir.template and then replacing the HL7 images to remove the HL7 International Branding.

This used to work by creating an assets folder in /input/pagecontent
It seems I can now do this by putting the assets folder in /input/images

Is this the correct way?

view this post on Zulip Grahame Grieve (Feb 08 2020 at 09:40):

you should use the fhir base template instead

view this post on Zulip Kevin Mayfield (Feb 09 2020 at 11:27):

Assume that's for international FHIR only then?

view this post on Zulip Kevin Mayfield (Feb 09 2020 at 12:32):

What is the best practice for aligning images on a page - using markdown (default template)

I'm getting weird overlaps. I just want an image displayed and the text to be below but I'm getting the page displayed alongside or overflow. Have tried using img tag but no change.

view this post on Zulip Kevin Mayfield (Feb 09 2020 at 12:33):

Screenshot-2020-02-09-at-12.33.43.png

view this post on Zulip Jose Costa Teixeira (Feb 09 2020 at 12:51):

is this available somewhere to try?

view this post on Zulip Kevin Mayfield (Feb 09 2020 at 12:58):

https://kevinmayfield.github.io/raphael/handover.html

view this post on Zulip Kevin Mayfield (Feb 09 2020 at 12:58):

very much at early stage

view this post on Zulip Jose Costa Teixeira (Feb 09 2020 at 13:08):

@Kevin Mayfield I cannot reproduce locally (something with dependencies that I don't have locally). A few things: Do you need to add the image with the html-like tabs? why not simple markdown?

view this post on Zulip Jose Costa Teixeira (Feb 09 2020 at 13:19):

If you use html, i'd try to wrap that with a <div>

view this post on Zulip Jose Costa Teixeira (Feb 09 2020 at 13:22):

have no idea if this would work: try adding a <BR CLEAR="all"/> after the image?

view this post on Zulip Kevin Mayfield (Feb 09 2020 at 17:38):

That sorted it. (<br clear="all" />)

view this post on Zulip Kevin Mayfield (Feb 09 2020 at 17:38):

Many thanks


Last updated: Apr 12 2022 at 19:14 UTC