shadowfae
2 years ago
Go go go!!! I did it and it actually only took about four hours of copy/pasting, just throw some music / a show on and get into the Zone!
owlroost
2 years ago
How'd you get the internal links to work? I briefly tried this but couldn't get navigation to cooperate.
ballonlea
2 years ago
(Assuming that the person who ran Gundham dot Neocities dot org was a roleplayer. I don't know their life.)
ballonlea
2 years ago
OR A WEBSITE ON HERE, LIKE, AS A FORM OF AN ARG. Or storytelling. Imagine, like, what seems like a random person's personal site, but then you go to their diary page and it's a story told in diary entries, updated in real time...
AHHHH, that explains it! I'd thought that the target went on the iframe, not the links themselves. That would explain why my attempt wasn't working. XD
Yep! Links from the layout to the iframe use target=, links from the iframe to another tab are target=_blank; and if you want to go to a specific iframe w/ the layout, you gotta do a weird JS workaround.
^! "target=_parent" will make it so that a link you click on inside of the iFrame will open outside of the frame, and into the whole site
Nah, I mean "open this specific iframe page, but with the layout outside the iframe". parent works good for just opening a new page, though.