Currently, I am in the process of developing a 6-page website. I have completed the template for the navigation elements, but there seems to be an issue. After moving the CSS and JavaScript into external files for elements that will remain constant across all pages, they are not rendering on either the original or new page. Instead, I only see white space where images should be displayed.
I am wondering if this is due to using ids instead of classes on these elements? I assumed it wouldn't create a problem since the ids are on different pages. However, I'm seeking guidance here as it might be caused by something else entirely.