Copy link to clipboard
Copied
Hello!
I am creating a portfolio website for school and I am new to XD. I have created a multipage responsive website for computer, tablet and phone. I am having the most trouble trying to get this to export correctly. Its creating it where my pages are overlapping one another, like my contact page is overlapping my portfolio page. I just need help figuring out what I am doing wrong so I can upload the html information to a server. Thank you in advance.
Copy link to clipboard
Copied
Hello,
Thank you for reporting the issue.
It would be great if you can share the sample of this file, so we can check from our side whats went wrong. Ideally while exporting through XD , it should export each artboard separate. There can be no reason of overlapping of artboards.
I would like to know more info like how you exported the artboards,what selection you made along with the sample file.
Regards,
Anita Subedi
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Hi @lindsaytaylor13131313 , it looks like you created your design in the right way, (in multiple flows for different resolutions) I think the problem here is the way you create the html, I suggest you to get help from a front end/html developer or search forhtml/css responsive coding tutorials etc, because it looks like you export images for different resolutions and in html they're placed on top of each other, in a responsive website, different layouts should be hidden and only the layout for that resolution should be shown. As far as I understand you just want to show layouts as exported images based on the screen resolution, so as a start (after a quick YouTube search) this tutorial will help to understand media queries/change layout based on resolution: https://www.youtube.com/watch?v=lAOkx2yZESY you can also check https://www.w3schools.com/css/css_rwd_mediaqueries.asp Hope this helps, good luck!