How do I embed a copyright into HTML5 Help?

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
stewart
Jr. Propeller Head
Posts: 4
Joined: Tue Dec 09, 2014 2:11 pm

How do I embed a copyright into HTML5 Help?

Post by stewart »

Hi,

I'm new here...

I have been using Flare for a little while but just as an editing tool.

Now I am building a full HTML5 site from scratch.

I need to embed a copyright onto the bottom of each page and would appreciate some advice on how to do this.

Thanks in advance!

Stewart
jbrock
Propeller Head
Posts: 47
Joined: Tue Jul 13, 2010 12:20 pm
Location: 39047
Contact:

Re: How do I embed a copyright into HTML5 Help?

Post by jbrock »

You need to include it in your Masterpage design(s). Just go to your Masterpage and add it under the bodyproxy or whatever else you want to have at the top. I recommend embedding it as a variable or snippet if you have multiple Masterpages. That way, you'll only need to update it in one place in the future.
Justin Brock
SEO Strategist at Bomgar
(former Technical Writer)

Flarestrap | Madcap Flare SEO
My Madcap Flare site
Twitter
LinkedIn
stewart
Jr. Propeller Head
Posts: 4
Joined: Tue Dec 09, 2014 2:11 pm

Re: How do I embed a copyright into HTML5 Help?

Post by stewart »

Thanks so much! I am going to try that right now...
SteveS
Senior Propellus Maximus
Posts: 2089
Joined: Tue Mar 07, 2006 5:06 pm
Location: Adelaide, far side of the world ( 34°56'0.78\"S 138°46'44.28\"E).
Contact:

Re: How do I embed a copyright into HTML5 Help?

Post by SteveS »

Have you tried adding the copyright message to the masterpage used by the target?
Image
Steve
Life's too short for bad coffee, bad chocolate, and bad red wine.
stewart
Jr. Propeller Head
Posts: 4
Joined: Tue Dec 09, 2014 2:11 pm

Re: How do I embed a copyright into HTML5 Help?

Post by stewart »

Hi,
I added a new Master Page and pasted the copyright info under the body proxy, like you said, but when I build my HTML5 Help it doesn't show up.

Here is the code of my .flmsp file:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" MadCap:lastBlockDepth="2" MadCap:lastHeight="171" MadCap:lastWidth="694" MadCap:conditions="General.Online">
    <head>
    </head>
    <body>
        <MadCap:breadcrumbsProxy />
        <MadCap:bodyProxy />
        <p>© 2007-2015 Company Inc. All Rights Reserved</p>
        <MadCap:miniTocProxy />
        <MadCap:topicToolbarProxy class="" style="mc-topic-toolbar-items: ;" />
    </body>
</html>
stewart
Jr. Propeller Head
Posts: 4
Joined: Tue Dec 09, 2014 2:11 pm

Re: How do I embed a copyright into HTML5 Help?

Post by stewart »

Thanks guys!
I had to associate my new Master Page with the Website Output target and Presto!
Copyright on all pages.
Post Reply