Helloo, I’m not sure if I am wording this correctly, I am still very much new to all of this, but I recently added a layout.js file to my site, and I’ve been unable to figure out how to then add stuff to the center box,
What I have so far is
` <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MULTIPLE STAB WOUNDS</title>
<!-- The style.css file allows you to change the look of your web pages.
If you include the next line in all your web pages, they will all share the same look.
This makes it easier to make new pages for your site. -->
<link href="../style.css" rel="stylesheet" type="text/css" media="all">
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
<script src="../layout.js"></script>
</head>
<body>
</body>
</html> `
and I’m unsure where to go from here.. I would like to be able to add different text on different pages, while keeping the same layout.. everything I have tried so far is only appearing underneath rather than inside the box
this is my website, if that also helps, https://dancegavindance.neocities.org/about
the main page (https://dancegavindance.neocities.org) is what I want the about tab to look like eventually, will all the text and images
thank you !