Skip to main content
Known Participant
June 3, 2009
Question

templates and css...

  • June 3, 2009
  • 1 reply
  • 469 views

Hey everyone, this is the last question I'll ask, I promise (I hope >.<). I created some templates with some html content, and 2 links to a css.

These are the css links (don't know if it's of any use, but here they are anyway):

<link type=

"text/css" rel="stylesheet" media="all" href=style.css" />

<link type=

"text/css" rel="stylesheet" media="all" href="common.css" />

This is - of course - in the True Code tab. When I change to the WYSIWYG tab the css seems acctivated, but then when I change back to the True Code tab, Robohelp has changed the name of the stylesheet all to the same name:

<link type=

"text/css" rel="stylesheet" media="all" href="common.css" />

<link type=

"text/css" rel="stylesheet" media="all" href="common.css" />

Is there any way I can stop this from happening? It's pretty annoying...

thanks in advance!

greets,

C4B

    This topic has been closed for replies.

    1 reply

    Peter Grainge
    Community Expert
    Community Expert
    June 3, 2009

    It won't be the last question and there is no reason it should be, the forum is here for people to ask questions.

    RH only allows you to define one stylesheet so it is "correcting" your inclusion of a second style sheet.


    See www.grainge.org for RoboHelp and Authoring tips

    Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
    cry4bloodAuthor
    Known Participant
    June 3, 2009

    Oh, ok, thx, I was affraid of that... Guess I'll just have to merge them...

    Thanks for the answer