MelonLand Forum

World Wide Web => ✁ ∙ Web Crafting => Topic started by: AniMango on November 14, 2022, 01:35:14 am

Title: Amazing new discovery in html
Post by: AniMango on November 14, 2022, 01:35:14 am
The other day i was workin on my site when i got an idea! Im good with I frames and I decided to try something out. I made a copy of my index, and one with it changed. Then i made an iframe of that copy and make it the entire screen. Then i made a link that goes to the changed one. When you press the button it changes the layout but not the content of the box. THEMES! Btw it only works if you have dynamic content box, i did this with a 2nd iframe but you can do it with javascript i think? Im not sure im not good at it. Hopefully this idea helps someone! ^▽^
Title: Re: Amazing new discovery in html
Post by: TheFrugalGamer on November 14, 2022, 03:50:12 am
Ok, I couldn't really picture it until I visited your site and actually saw the change. That's pretty neat! I've always used the alternate CSS+javascript trick, but that's because I separate most of my theming out into stylesheets.

Your method worked perfectly in my browser, though!