Search code examples
javascriptc#htmlcssmaster-pages

How do I fix the problem with master page view (html)?


I was given a html code for a master page for my website. The original page had a beautiful design, but when i copied it it showed a blank page with the text that was in the original site, but without anything like pictures or such. Im working with visual studio. Please help.


Solution

  • I assume that the location of the pictures etc., is relative to their original folder. If you just copied HTML and CSS code, it looks for pictures related to its new origin. You need to move the folders with the pictures to the same folder.