Skip to main content
Inspiring
April 20, 2021
解決済み

How to Escape "At Sign" in Captivate Index File

  • April 20, 2021
  • 返信数 1.
  • 861 ビュー

I copied this from the Google fonts page and placed it in the main index file here: Adobe\Adobe Captivate 2019 x64\HTML

<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap" rel="stylesheet">


When I publish, in the href, the @ is missing in the published index, along with the text after:

<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght" rel="stylesheet">

Does anyone know why Captivate is doing this and a way to include the @ and text afterward? I tried \@ and @@. Nothing seems to work.

このトピックへの返信は締め切られました。
解決に役立った回答 Stagprime2687219

Have you tried using either

 

&#64;

or

%40

返信数 1

Stagprime2687219
Legend
April 20, 2021

Have you tried using either

 

&#64;

or

%40

Ryan Stanford作成者
Inspiring
April 21, 2021

%40 seems to work. Thanks!