• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Force placement of code in output .htm file

Participant ,
May 27, 2010 May 27, 2010

Copy link to clipboard

Copied

RH8 HTML.

Hi all,

I'm having an issue with code being moved after it is generated by RH.

currently, I'm trying to setup sticky footers using CSS. It works, in IE and FF, the only thing is that when I publish, RH is adding the code for the breadcrumb trail, my <div> declaration has to come before this section of code between it and the <body> tag, in RH the code is written like this, but when it generates, the <div> is pushed down after the breadcrumb, this sets off a vertical scrollbar - looks terrible - though its not an issue on a page that has a lot of content, for short pages it aint perfect. As soon as I move that <div> tag, everything drops into line and works how it should.

what I would like is to have that <div> tag stay right after the body and not be moved by the breadcrumb code.

eg.

<body>

<div id="wrap">  <-- this gets moved to below the breadcrumb script

<script type="text/javascript" language="javascript1.2">//<![CDATA[
<!--
if (window.gbWhTopic)
{
    var strUrl = document.location.href;
    var bc = 0;
    var n = strUrl.toLowerCase().indexOf("bc-");
    if(n != -1)
    {
        document.location.href = strUrl.substring(0, n);
        bc = strUrl.substring(n+3);
    }

    if (window.addTocInfo)
    {
    addTocInfo("Welcome\nWelcome");

    }
    if (window.writeBtnStyle)
        writeBtnStyle();

    if (window.writeIntopicBar)
        writeIntopicBar(0);

Views

777

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 31, 2010 May 31, 2010

Copy link to clipboard

Copied

LATEST

Hi,

You can play around with the css position attribute. See http://www.w3schools.com/css/pr_class_position.asp

Replace the element to the place you want it.

If it doesn't work, please post an example topic.

Greet,

Willam

This e-mail is personal. For our full disclaimer, please visit www.centric.eu/disclaimer.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp