owlroost
2 years ago
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
shadowfae
2 years ago
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.
ballonlea
2 years ago
^! "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
shadowfae
2 years ago
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.
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.
I'm participating in The 32-Bit Cafe's coding jam this week, where the prompt is "That Special Thing Close to My Heart"... IT'S BRIDGET TIME BABYYY!