Web Export
  • Introduction
  • Getting Started
  • Install the Plugin
  • Create or open a project
  • Export the Artboard
  • Export Artboard Dialog
    • File Name
    • Subdirectory
    • Page Title
    • Web Page Template
    • Expected HTML Output
    • Stylesheet Name
    • Artboard Stylesheet template
    • Expected Stylesheet output
    • Script Page options
    • Images
    • Export Folder
    • Server
    • Alternative Fonts
    • Scale to fit
    • Centering the page
    • Styles Inline
    • Style via Classes
    • Markup Only
    • Outline Elements
    • Keyboard Navigation
    • Add Data Name
    • Add Image Compare
    • Auto Refresh
    • Export type
    • Reset Artboard
  • Addressing Export Issues
  • Messages Console
  • Export types
    • Export to a Single Page
    • Export to Multiple Pages
    • Export Artboards and show by size (media query)
    • Export to a Slideshow
  • Keyboard Shortcuts
  • Responsive Pages
  • Dynamical page that grows in height
  • Modifying Individual Elements
  • Elements and Sub Elements
  • Styling elements
  • Element Options
    • Id field
    • Tag Name
    • Styles
    • Classes
    • Attributes
    • Hyperlink
    • Width and Height Size
    • Background
    • Markup Inside
    • Markup Before and Markup After
    • Text Ids
    • Text Tokens
    • Row Layout
    • Column Layout
    • Overflow
    • Script Template
    • CSS Template
    • HTML Template
    • Layout Section
      • Layout Position types
      • Layout Position Location Types
      • Layout sizing options
    • Centered, Constraint and Anchored Positioning
    • Debug Element
    • Show Outline
    • Export as Image
    • Export as String
    • Export element
    • Displayed
    • Auto Export
    • Export (artboard)
    • Show Markup
    • Show CSS
    • Show Property Changes
    • Reset All Property changes
    • Navigation Buttons
  • Changed Properties
  • How to section
    • Creating a hover menu
    • Centering a page or element
    • Showing Overlays
    • Embedding an HTML page
    • Linking to pages or views
    • Creating a download link
    • Creating List items
    • Embedding Fonts
    • Adding Hover Effects
    • Styling Hyperlinks
    • Showing elements by size
    • Creating a Fixed Header
    • Make a Stretchable Line
    • Blend Modes
  • Creating Code Blocks
  • How Exporting Works
  • Single Page Application API
  • Element Tokens
  • Template Tokens
  • Setting up a server
  • Putting your site online
  • Code Block Snippets
    • Adding a cursor over on hover
    • Go to next or previous artboard with swipe gesture
  • Other Features
    • Gradients
    • Blend Modes
    • Form Elements
  • Learning by Videos
  • WordPress Integration
    • Summary
    • Export the main page
  • Example Packages
  • Web Developers
  • Non Web Developers
  • Debugging
  • Version
  • Support
    • Forums
    • Discord Channel
  • License
  • Feature and Bug Reports
  • Related Plugins
Powered by GitBook
On this page

Was this helpful?

Export the Artboard

How to export an artboard to a web page

PreviousCreate or open a projectNextExport Artboard Dialog

Last updated 4 years ago

Was this helpful?

After you have a project opened you need to export it.

Exporting creates the HTML, CSS and JavaScript that are the basic building blocks of a web page.

Web Export exports these resources to the folder you select.

There are multiple export types:

  • Exporting an artboard to a single page (this page)

  • Exporting multiple artboards to multiple pages

  • Exporting artboards to a single page

  • Exporting artboards to a slideshow

  • Exporting artboards show by size

Exporting a single artboard

This page describes how to export a single artboard and includes some videos. The videos only show the process. The page has more detailed information.

Export a single artboard in basic view video:

Export a single artboard in advanced view video:

Exporting an Artboard

To export a single artboard to a single page select the artboard you would like to export

  • Go to the Plugins menu and choose Web Export > Export Artboard

This will open the Export Artboard dialog. Initially the basic export screen is shown.

Click the Export button. You will be prompted to select a folder. Select the folder and click export.

For now, click on the Advanced link button to switch it into advanced mode.

To export an artboard you need to set the folder to export to.

On the basic screen pressing any of the images or pressing the Export button will prompt you to select the export folder.

On the advanced screen clicking on the folder icon will prompt you to select the export folder.

You can also press the Enter key to browse for a folder.

When the folder dialog appears select the folder to export to.

When you've selected a folder you'll see it's path in the Export Folder field

Due to existing limitations you must select the folder each session even if you have selected in the past.

A session is created when you open an existing project or create a new project. If you reload the plugin you will have to select the folder.

After you select a folder to export to click the Export button in the lower right hand (or press enter). This will start the export process.

Since everything always goes as expected the first time your page will now be created with no issues whatsoever! ;)

Ok not really. Exporting is the first step. We still have to verify that the export was successful. We can verify it by checking the export notes and viewing it in the browser.

Check the folder that we exported to and you should see the page and any associated resources there.

After you export new icons will appear in the dialog and a list of messages will be available to give us more information.

The Messages link button will open a view that shows any messages, warnings or problems during export. Pay attention to these. Click the Messages link button to see this information.

On Mac you can click on the folder to open up the folder that you exported to.

The folder button does nothing on Windows at this time due to operating system limitations.

The folder button has been removed until it is supported on Windows and OSX but you may see it in previous versions

You do not have to use a local testing server but the page may not load correctly in the browser if you don't.

It will create a link that you can click as a shortcut to open the exported page. The URL it creates is simply the Server field value and the name of the page.

When you click on it it will open your default browser. You can verify the Server by pressing the server button.

The url button opens up the HTML page in the browser using a file protocol:

Due to limitations on Windows an alternative remote link is created.

Due to recent changes the URL opens to the alternative remote link

The url button on Windows opens up a remote page that has a button to copy the link to the page.

Click the "clipboard" text button to copy the file reference to the clipboard and then paste it into the url bar and hit enter. It will load the page using the file:// protocol.

You must have JavaScript enabled for the page to work. You can also use the Copy URL link button in the dialog.

The Copy URL button also appears after export. Use this button to copy the url to the clipboard. Then open your browser and paste the url into the location bar and hit enter.

Using any of the methods above you will be able to view your page in the browser:

Some features in Adobe XD do not translate completely to web.

Some of these issues you can disregard. Some need to be addressed.

The export Messages will attempt to notify you of potential issues and we will address these issues in the next section.

For some features to work the page must be running on a local or production server or have JavaScript enabled.

Testing in the Browser

You can continue this tutorial without a server but some features may or may not work. In cases where a feature may not work it will be documented.

It is best to view the exported web page .

If you use a server you can enter the name in the and a server button will appear after export.

For example, if you put a server as, "http://127.0.0.1/'" and the page name is "myPage.html" the link will be "http://127.0.0.1/myPage.html". Be sure verify the server is running using the button and you may need to put the end slash "/" at the end.

I recommend using for testing pages from the file protocol (file://) or for testing from localhost (http://localhost/ or http://126.0.0.1/).

You can create web pages and test them without a server but eventually you may want use something like to install a locally.

A web server is whose primary function is to store, process and deliver to . Pages delivered are most frequently , which may include , and in addition to the text content.

setting up and using a local server
server field
Check Server
Firefox
Brave
XAMPP
web server
server software
web pages
clients
[1]
HTML documents
images
style sheets
scripts
go
go
go
go
Export Artboard dialog
Export folder field
Export folder icon
Exported page in the file system
Messages and links in Basic Screen
Messages and links in advanced screen
Export Messages
Copies the url to the clipboard
Page in the browser