1 Reply Latest reply: Jun 21, 2014 12:08 AM by Ben Pleysier RSS

    external style sheet

    BRI123 Community Member

      is it possible to link an external style sheet in adobe edge code?? please help?

        • 1. Re: external style sheet
          Ben Pleysier CommunityMVP

          Not sure if this is the correct answer, but I would place a link to the external style sheet in your main document like

          <link rel="stylesheet" href="main.css">

          This link is placed in the HEAD element (i.e. between <head> and </head> of your document.

           

          After that, Edge Code will use the link in quick edits etc..