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

Font appears underlined in output

New Here ,
Apr 08, 2010 Apr 08, 2010

Copy link to clipboard

Copied

None of my fonts are underlined in the CSS file, but underlining appears rather randomly in some of the Paragraph Heading fonts in the generated output.

Here is an example:

Lesson   1.4.2 - Maintain Requirements

Overview

Can anyone point me in the direction of how to correct this?

Many thanks

Views

4.8K

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 ,
Apr 08, 2010 Apr 08, 2010

Copy link to clipboard

Copied

Hi there

Are you able to upload the HTML file in question for us to examine? If so, we might be able to tell you why it's happening.

Cheers... Rick

Helpful and Handy Links

Captivate Wish Form/Bug Reporting Form

Adobe Certified Captivate Training

SorcerStone Blog

Captivate eBooks

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
LEGEND ,
Apr 08, 2010 Apr 08, 2010

Copy link to clipboard

Copied

Are your underlined letters/words part of a hyperlink anchor? If you place the anchor over text, the browser will render that text as a hyperlink. To insert an anchor, click a place in your topic, but do not select any text/images/etc. Then insert the anchor.

The correct html for an anchor is <a name="myname"></a>My text

Greet,

Willam

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
New Here ,
Apr 09, 2010 Apr 09, 2010

Copy link to clipboard

Copied

Here's the html for a test topic that i put into my project - it has the same issue.

I did not put any hyperlinks into this text - the underlining happens to every topic in my project.

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Adobe RoboHelp 8" />
<title>test</title>
<link rel="stylesheet" href="../../../eMTK.css" type="text/css" />
<style type="text/css">
<!--
h4.whs1 { margin-left:0.25in;
margin-right:0.75in;
margin-top:18px;
margin-bottom:18px; }
LI.h4-whs1 {  }
p.whs2 { margin-left:0.25in;
margin-right:0.75in;
margin-top:18px;
margin-bottom:18px;
font-weight:normal; }
LI.p-whs2 { font-weight:normal; }
p.whs3 { font-weight:bold;
margin-left:0.25in;
margin-right:0.75in;
margin-top:18px;
margin-bottom:18px; }
LI.p-whs3 { font-weight:bold; }
img_whs4 { border-left-style:Solid;
border-left-width:1px;
border-right-style:Solid;
border-right-width:1px;
border-top-style:Solid;
border-top-width:1px;
border-bottom-style:Solid;
border-bottom-width:1px;
width:800px;
height:516px;
float:none; }
-->
</style>
<style type="text/css">
<!--
div.WebHelpPopupMenu { position:absolute;
left:0px;
top:0px;
z-index:4;
visibility:hidden; }
-->
</style>
<script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">//<![CDATA[
<!--
if (navigator.appName !="Netscape")
{   document.write("<link rel='stylesheet' href='../../eMTK.css'>");}
//-->
//]]></script>
<script type="text/javascript" language="JavaScript">//<![CDATA[
<!--
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{
  var strNSS = "<style type='text/css'>";
  strNSS += "h4.whs1 {margin-left:1pt;margin-right:1pt; }";
  strNSS += "p.whs2 {margin-left:1pt;margin-right:1pt; }";
  strNSS += "p.whs3 {margin-left:1pt;margin-right:1pt; }";
  strNSS +="<\/style>";
  document.write(strNSS);
}
//-->
//]]></script>
<script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">//<![CDATA[
<!--
function reDo() {
  if (innerWidth != origWidth || innerHeight != origHeight)
     location.reload();
}
if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {
        origWidth = innerWidth;
        origHeight = innerHeight;
        onresize = reDo;
}
onerror = null;
//-->
//]]></script>
<script type="text/javascript" language="javascript1.2" src="../../../whmsg_nc.js"></script>
<script type="text/javascript" language="javascript" src="../../../whver_nc.js"></script>
<script type="text/javascript" language="javascript1.2" src="../../../whproxy_nc.js"></script>
<script type="text/javascript" language="javascript1.2" src="../../../whutils_nc.js"></script>
<script type="text/javascript" language="javascript1.2" src="../../../whtopic_nc.js"></script>

<script type="text/javascript" language="JavaScript" src="../../../ehlpdhtm.js"></script><style type="text/css">
<!--
div.WebHelpPopupMenu { position:absolute;
left:0px;
top:0px;
z-index:4;
visibility:hidden; }
-->
</style>
<script type="text/javascript" language="javascript1.2" src="../../../whtopic.js"></script>
<script type="text/javascript" language="javascript1.2" src="../../../whutils.js"></script>
<script type="text/javascript" language="javascript" src="../../../whver.js"></script>
<script type="text/javascript" language="javascript" src="../../../whfhost.js"></script>
<script  type="text/javascript" language="javascript1.2">//<![CDATA[
    <!--
    var linkedScrollbarStyle = "<link rel='stylesheet' href='../../../wf_topics.css'>";
    if( (!isTopicOnly()) &&(parent.gbFHPureHtml == null) )
    {
        document.write(linkedScrollbarStyle);
    }
    //-->
//]]></script>
</head>

<body><script type="text/javascript" language="javascript1.2">//<![CDATA[
<!--
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("Using eMTK\nMission Management\ntest");

  addShowButton();
}

if (window.setRelStartPage)
{
setRelStartPage("../../../eMTK.htm");

    sendTopicLoaded();
    var nSync = 1;
    if (nSync == 1)
    {
        autoSync();
    }
    sendSyncInfo();
    sendAveInfo();
    sendBgColorInfo();
}

document.write("<p style=\"text-align:right\"> ");
AddMasterBreadcrumbs("../../../eMTK.htm", "", ">", "Home", "../../../0-eMTK_Introduction/eMTK_Introduction.htm");
document.write("<a href=\"../../1-0-UserInterface/1-0_eMTK_UI_Intro.htm\">Using eMTK<\/a> > <a href=\"../1-4-1_MaintainTargets/Maintain_Targets.htm\">Mission Management<\/a> > test<\/p>");


//-->
//]]></script>

<h1 class="Heading7"><b><u style="x-text-underline: normal; /*begin!kadov{{*/ text-decoration: underline; /*}}end!kadov*/"><span
     style="text-decoration: none; ">Maintain</span></u></b> <u style="x-text-underline: normal;"><span
     style="text-decoration: none; "><b>Requirements</b></span></u></h1>
<h3 class="Heading7"><b style="font-weight: bold;"><u style="x-text-underline: normal; /*begin!kadov{{*/ text-decoration: underline; /*}}end!kadov*/"><span
     style="text-decoration: none; ">Overview</span></u></b></h3>
<p><b><span style="font-weight: normal;">The Maintain Requirements function
allows you to maintain a standing Requirements deck in </span></b></p>
<h4>Function Initiation</h4>
<h5>Mission Management &gt; Maintain Requirements</h5>
<p>&#160;</p>
<p>&#160;</p>
<form method="post" action="http://www.helpcommunity.com/ehelpapi.asp?cmd=WebSave"
         name="ehelpform" target="_top" id="ehelpform" style="display: none;">
<p style="font-weight: bold; margin-left: 64px;"><span style="font-weight: bold;"><b><span
     class="pdfcharstyle3">Product Quality</span></b></span></p>
<ol type="disc">
    <li style="list-style: none; display: inline;"><ul type="disc">
        <li class="p"><p style="margin-top: 6pt; margin-bottom: 6pt;">A
         Product is any type of Image that is stored on a <a href="javascript:void(0);" onclick="BSSCPopup('test_text0.htm');return false;" onmouseover="if (parseInt(navigator.appVersion) >= 4) BSPSPopupOnMouseOver(event);" class="popupspot" >GIAS</a>
         Library (Still, Reference, or Motion).</p></li>
        <li class="p"><p>Product Quality is also known to the imagery community
         as <a href="javascript:void(0);" onclick="BSSCPopup('test_text1.htm');return false;" onmouseover="if (parseInt(navigator.appVersion) >= 4) BSPSPopupOnMouseOver(event);" class="popupspot" >NIIRS</a></p></li>
        <li class="p"><p>Each NIIRS value is associated with a documented
         Product interpretability level. For example, a &quot;visible image&quot;
         NIIRS value of '1.0' indicates that you can detect a medium-sized
         port facility and/or distinguish between taxi-ways and runways
         at a large airfield.</p></li>
        <li class="p"><p style="margin-top: 6pt; margin-bottom: 6pt;">Typically,
         NIIRS only applies to Still Images.</p></li>
        <li class="p"><p>NIIRS values range from 0.0-9.0, with 9.0 being
         the highest rating.</p></li>
        <li class="p"><p style="margin-top: 6pt; margin-bottom: 6pt;">Enter
         a Product Quality Range using the slider bar. <span class="pdfcharstyle3">See</span>
         <span class="pdfcharstyle3"><a href="../../1-0-UserInterface/1-0-1_eMTK_Navigation.htm#Slider Bar">Navigation</a>
         </span><span class="pdfcharstyle3">for more instruction on using
         a slider bar.</span></p></li>
    </ul></li>
</ol>
<input type="hidden" name="data" value="2A0D021D000000496E74726F2D526571756972656D656E74204D61696E74656E616E6365110217000000526571756972656D656E74204D61696E74656E616E636512021C000000526571756972656D656E74204D61696E74656E616E63652048656C70130204000000654D544B15020D000000654D544B5F48656C702E68746D1703740100003C3F786D6C2076657273696F6E3D22312E30223F3E0D0A3C21444F43545950452053595354454D20226568656C706F70742E647464223E0D0A3C46494C452D4F5054494F4E532046494C452D56455253494F4E3D2232222046494C452D4B45593D2262393139343833655F363165665F346635385F626637615F633065313436376433653361223E0D0A3C2F46494C45*D4F5054494F4E533E0D0A3C4548454C502D4F5054494F4E5320464F524D41542D56455253494F4E3D22312E30223E0D0A203C4F5054494F4E5320454E41424C45443D225945532220454D4245444445443D2259455322204D41494E2D57494E444F572D4F4E4C593D224E4F2220434F4D4D554E4954592D4E4F544946593D224E4F222046495253542D504147453D224E4F542D534554223E0D0A203C2F4F5054494F4E533E0D0A203C425554544F4E2D4C4142454C3E5765625365617263680D0A203C2F425554544F4E2D4C4142454C3E0D0A3C2F4548454C502D4F5054494F4E533E18010400000002000000702A" />
</form>
<script type="text/javascript" language="javascript1.2">//<![CDATA[
//<!--
    AddTopicSwf();   
   
    highlightSearch();
//-->
//]]></script>
</body>
</html>

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
LEGEND ,
Apr 09, 2010 Apr 09, 2010

Copy link to clipboard

Copied

Hi there

Try removing the following bits:

cadaustria wrote:

Here's the html for a test topic that i put into my project - it has the same issue.

I did not put any hyperlinks into this text - the underlining happens to every topic in my project.

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Adobe RoboHelp 8" />
<title>test</title>
<link rel="stylesheet" href="../../../eMTK.css" type="text/css" />
<style type="text/css">
<!--
h4.whs1 { margin-left:0.25in;
margin-right:0.75in;
margin-top:18px;
margin-bottom:18px; }
LI.h4-whs1 {  }
p.whs2 { margin-left:0.25in;
margin-right:0.75in;
margin-top:18px;
margin-bottom:18px;
font-weight:normal; }
LI.p-whs2 { font-weight:normal; }
p.whs3 { font-weight:bold;
margin-left:0.25in;
margin-right:0.75in;
margin-top:18px;
margin-bottom:18px; }
LI.p-whs3 { font-weight:bold; }
img_whs4 { border-left-style:Solid;
border-left-width:1px;
border-right-style:Solid;
border-right-width:1px;
border-top-style:Solid;
border-top-width:1px;
border-bottom-style:Solid;
border-bottom-width:1px;
width:800px;
height:516px;
float:none; }
-->
</style>
<style type="text/css">
<!--
div.WebHelpPopupMenu { position:absolute;
left:0px;
top:0px;
z-index:4;
visibility:hidden; }
-->
</style>

<script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">//<![CDATA[
<!--
if (navigator.appName !="Netscape")
{   document.write("<link rel='stylesheet' href='../../eMTK.css'>");}
//-->
//]]></script>
<script type="text/javascript" language="JavaScript">//<![CDATA[
<!--
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{
  var strNSS = "<style type='text/css'>";
  strNSS += "h4.whs1 {margin-left:1pt;margin-right:1pt; }";
  strNSS += "p.whs2 {margin-left:1pt;margin-right:1pt; }";
  strNSS += "p.whs3 {margin-left:1pt;margin-right:1pt; }";
  strNSS +="<\/style>";
  document.write(strNSS);
}
//-->
//]]></script>
<script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">//<![CDATA[
<!--
function reDo() {
  if (innerWidth != origWidth || innerHeight != origHeight)
     location.reload();
}
if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {
        origWidth = innerWidth;
        origHeight = innerHeight;
        onresize = reDo;
}
onerror = null;
//-->
//]]></script>
<script type="text/javascript" language="javascript1.2" src="../../../whmsg_nc.js"></script>
<script type="text/javascript" language="javascript" src="../../../whver_nc.js"></script>
<script type="text/javascript" language="javascript1.2" src="../../../whproxy_nc.js"></script>
<script type="text/javascript" language="javascript1.2" src="../../../whutils_nc.js"></script>
<script type="text/javascript" language="javascript1.2" src="../../../whtopic_nc.js"></script>

<script type="text/javascript" language="JavaScript" src="../../../ehlpdhtm.js"></script><style type="text/css">
<!--
div.WebHelpPopupMenu { position:absolute;
left:0px;
top:0px;
z-index:4;
visibility:hidden; }
-->
</style>
<script type="text/javascript" language="javascript1.2" src="../../../whtopic.js"></script>
<script type="text/javascript" language="javascript1.2" src="../../../whutils.js"></script>
<script type="text/javascript" language="javascript" src="../../../whver.js"></script>
<script type="text/javascript" language="javascript" src="../../../whfhost.js"></script>
<script  type="text/javascript" language="javascript1.2">//<![CDATA[
    <!--
    var linkedScrollbarStyle = "<link rel='stylesheet' href='../../../wf_topics.css'>";
    if( (!isTopicOnly()) &&(parent.gbFHPureHtml == null) )
    {
        document.write(linkedScrollbarStyle);
    }
    //-->
//]]></script>
</head>

<body><script type="text/javascript" language="javascript1.2">//<![CDATA[
<!--
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("Using eMTK\nMission Management\ntest");

  addShowButton();
}

if (window.setRelStartPage)
{
setRelStartPage("../../../eMTK.htm");

    sendTopicLoaded();
    var nSync = 1;
    if (nSync == 1)
    {
        autoSync();
    }
    sendSyncInfo();
    sendAveInfo();
    sendBgColorInfo();
}

document.write("<p style=\"text-align:right\"> ");
AddMasterBreadcrumbs("../../../eMTK.htm", "", ">", "Home", "../../../0-eMTK_Introduction/eMTK_Introduction.htm");
document.write("<a href=\"../../1-0-UserInterface/1-0_eMTK_UI_Intro.htm\">Using eMTK<\/a> > <a href=\"../1-4-1_MaintainTargets/Maintain_Targets.htm\">Mission Management<\/a> > test<\/p>");


//-->
//]]></script>

<h1 class="Heading7"><b><u style="x-text-underline: normal; /*begin!kadov{{*/ text-decoration: underline; /*}}end!kadov*/"><span
     style="text-decoration: none; ">Maintain</span></u></b> <u style="x-text-underline: normal;"><span
     style="text-decoration: none; "><b>Requirements</b></span></u></h1>
<h3 class="Heading7"><b style="font-weight: bold;"><u style="x-text-underline: normal; /*begin!kadov{{*/ text-decoration: underline; /*}}end!kadov*/"><span
     style="text-decoration: none; ">Overview</span></u></b></h3>
<p><b><span style="font-weight: normal;">The Maintain Requirements function
allows you to maintain a standing Requirements deck in </span></b></p>
<h4>Function Initiation</h4>
<h5>Mission Management &gt; Maintain Requirements</h5>
<p>&#160;</p>
<p>&#160;</p>
<form method="post" action="http://www.helpcommunity.com/ehelpapi.asp?cmd=WebSave"
         name="ehelpform" target="_top" id="ehelpform" style="display: none;">
<p style="font-weight: bold; margin-left: 64px;"><span style="font-weight: bold;"><b><span
     class="pdfcharstyle3">Product Quality</span></b></span></p>
<ol type="disc">
    <li style="list-style: none; display: inline;"><ul type="disc">
        <li class="p"><p style="margin-top: 6pt; margin-bottom: 6pt;">A
         Product is any type of Image that is stored on a <a href="javascript:void(0);" onclick="BSSCPopup('test_text0.htm');return false;" onmouseover="if (parseInt(navigator.appVersion) >= 4) BSPSPopupOnMouseOver(event);" class="popupspot" >GIAS</a>
         Library (Still, Reference, or Motion).</p></li>
        <li class="p"><p>Product Quality is also known to the imagery community
         as <a href="javascript:void(0);" onclick="BSSCPopup('test_text1.htm');return false;" onmouseover="if (parseInt(navigator.appVersion) >= 4) BSPSPopupOnMouseOver(event);" class="popupspot" >NIIRS</a></p></li>
        <li class="p"><p>Each NIIRS value is associated with a documented
         Product interpretability level. For example, a &quot;visible image&quot;
         NIIRS value of '1.0' indicates that you can detect a medium-sized
         port facility and/or distinguish between taxi-ways and runways
         at a large airfield.</p></li>
        <li class="p"><p style="margin-top: 6pt; margin-bottom: 6pt;">Typically,
         NIIRS only applies to Still Images.</p></li>
        <li class="p"><p>NIIRS values range from 0.0-9.0, with 9.0 being
         the highest rating.</p></li>
        <li class="p"><p style="margin-top: 6pt; margin-bottom: 6pt;">Enter
         a Product Quality Range using the slider bar. <span class="pdfcharstyle3">See</span>
         <span class="pdfcharstyle3"><a href="../../1-0-UserInterface/1-0-1_eMTK_Navigation.htm#Slider Bar">Navigation</a>
         </span><span class="pdfcharstyle3">for more instruction on using
         a slider bar.</span></p></li>
    </ul></li>
</ol>
<input type="hidden" name="data" value="2A0D021D000000496E74726F2D526571756972656D656E74204D61696E74656E616E6365 110217000000526571756972656D656E74204D61696E74656E616E636512021C0000005265717569 72656D656E74204D61696E74656E616E63652048656C70130204000000654D544B15020D00000065 4D544B5F48656C702E68746D1703740100003C3F786D6C2076657273696F6E3D22312E30223F3E0D 0A3C21444F43545950452053595354454D20226568656C706F70742E647464223E0D0A3C46494C45 2D4F5054494F4E532046494C452D56455253494F4E3D2232222046494C452D4B45593D2262393139 343833655F363165665F346635385F626637615F633065313436376433653361223E0D0A3C2F4649 4C45*D4F5054494F4E533E0D0A3C4548454C502D4F5054494F4E5320464F524D41542D5645525349 4F4E3D22312E30223E0D0A203C4F5054494F4E5320454E41424C45443D225945532220454D424544 4445443D2259455322204D41494E2D57494E444F572D4F4E4C593D224E4F2220434F4D4D554E4954 592D4E4F544946593D224E4F222046495253542D504147453D224E4F542D534554223E0D0A203C2F 4F5054494F4E533E0D0A203C425554544F4E2D4C4142454C3E5765625365617263680D0A203C2F42 5554544F4E2D4C4142454C3E0D0A3C2F4548454C502D4F5054494F4E533E18010400000002000000 702A" />
</form>
<script type="text/javascript" language="javascript1.2">//<![CDATA[
//<!--
    AddTopicSwf();   
   
    highlightSearch();
//-->
//]]></script>
</body>
</html>

Give that a try and see what happens... Rick

Helpful and Handy Links

RoboHelp Wish Form/Bug Reporting Form

Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!

Adobe Certified RoboHelp HTML Training

SorcerStone Blog

RoboHelp eBooks

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
LEGEND ,
Apr 12, 2010 Apr 12, 2010

Copy link to clipboard

Copied

Hi,

The problem is the <u style="x-text-underline: normal; /begin!kadov{{/ text-decoration: underline; /}}end!kadov/"> tag. What does the source file look like?

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
New Here ,
Apr 12, 2010 Apr 12, 2010

Copy link to clipboard

Copied

If you can point me to where I can find the source file, I will let you know.

Thanks

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
Community Expert ,
Apr 12, 2010 Apr 12, 2010

Copy link to clipboard

Copied

Willam is referring to the file in your project that you edit, not the same as the file that is generated to the !SSL! folder.


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

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
New Here ,
Apr 13, 2010 Apr 13, 2010

Copy link to clipboard

Copied

I definitely see that line in the source file - how do they get in there when I don't have underlines in my font sets?

Is the only way to get rid of them a manual removal?

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
LEGEND ,
Apr 14, 2010 Apr 14, 2010

Copy link to clipboard

Copied

What version and flavor of RH are you using? The tag suggests that you're on X5, or that you're working with a legacy project.

The only way I know of that makes those tags appear in your source files, is by creating inline styling (clicking the underline button). When did that underlining first appear?

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
New Here ,
Apr 14, 2010 Apr 14, 2010

Copy link to clipboard

Copied

I am running RH 8.0.2.208.

I imported a very old (3 yrs) project.

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
LEGEND ,
Apr 14, 2010 Apr 14, 2010

Copy link to clipboard

Copied

Hi,

What version did you import from? I guess that this problem didn't occur before it was updated. Is that true?

If so, look up the source file in a backup from before the update. Is the

-tag already present in that source file?

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
New Here ,
Apr 14, 2010 Apr 14, 2010

Copy link to clipboard

Copied

I am not certain of the prior version, however the underline tags were not in that version.

I think I am suffering other effects of doing this import as well - my printed version fonts are not correct for certain heading styles.

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
LEGEND ,
Apr 14, 2010 Apr 14, 2010

Copy link to clipboard

Copied

LATEST

Hi,

When you say the underline tags are not in the old version, do you mean the text was not underlined, or that the tags are not in your source files? I want to make sure it's not some issue of conflicting styles.

I can't imagine RH adding inline styling on upgrading...

I think the following approach may be the easiest:

- Use a find and replace operation to delete all the underline tags from your source files (backup first)

If you have multiple problems after upgrading, your upgrade might went wrong. In that case, you're probably better of fetching a backup and upgrading that. If you have problems with styling, that may be cause because the upgrade from HTML to XHTML in RH8. If you have a list of those problems, I can tell you more.

Problems in print (Printed Documentation output?) may be problems of your style mapping.dot. If you don't have one, please create your own.

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